Makefile 127 B

12345
  1. .PHONY: all
  2. all:
  3. gcc -D_FORTIFY_SOURCE=2 -O2 -march=native -flto -Wl,-z,now -Wl,-z,relro -Wall -o cider cider.c io.c parse.c