1
0
mirror of https://github.com/CPunch/Cosmo.git synced 2025-07-13 14:10:12 +00:00

Removed '-Werror' to the Makefile

This commit is contained in:
CPunch 2021-06-11 15:01:53 -05:00 committed by cpunch
parent 7998c2ab41
commit 88284a0b6e

@ -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