mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
Removed '-Werror' to the Makefile
This commit is contained in:
parent
1df2e212cb
commit
517b0b9532
4
Makefile
4
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
|
||||
|
||||
@ -45,4 +45,4 @@ $(OUT): $(COBJ) $(CHDR)
|
||||
$(CC) $(COBJ) $(LDFLAGS) -o $(OUT)
|
||||
|
||||
clean:
|
||||
rm -rf $(COBJ) $(OUT)
|
||||
rm -rf $(COBJ) $(OUT)
|
||||
|
Loading…
Reference in New Issue
Block a user