mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-05-07 18:30:11 +00:00
Removed '-Werror' to the Makefile
This commit is contained in:
parent
1df2e212cb
commit
517b0b9532
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# make clean && make && ./bin/cosmo
|
||||
|
||||
CC=clang
|
||||
CFLAGS=-fPIE -Wall -O3 -Isrc -std=c99 -Werror
|
||||
CFLAGS=-fPIE -Wall -O3 -Isrc -std=c99
|
||||
LDFLAGS=-lm #-fsanitize=address
|
||||
OUT=bin/cosmo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user