🔨 Remove hard-coded C compiler choice.
Signed-off-by: yc <yc@hackclub.app>
This commit is contained in:
parent
159ffc2e95
commit
1ea5588e41
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
CC = clang
|
||||
CC = cc
|
||||
CFLAGS = -O4 -Ofast -march=native -flto -fomit-frame-pointer -finline-functions -funroll-loops -std=c2x
|
||||
DIR = cgi
|
||||
|
||||
|
|
Loading…
Reference in a new issue