mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-07-13 06:10:07 +00:00
Removed '-Werror' to the Makefile
This commit is contained in:
parent
7998c2ab41
commit
88284a0b6e
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