mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-06-24 14:10:27 +00:00
Makefile now specifies C11
This commit is contained in:
parent
090cc62cce
commit
e7212b939d
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# make clean && make && ./bin/cosmo
|
||||
|
||||
CC=clang
|
||||
CFLAGS=-fPIE -Wall -O3
|
||||
CFLAGS=-fPIE -Wall -O3 -std=c11
|
||||
LDFLAGS=#-fsanitize=address
|
||||
OUT=bin/cosmo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user