Merge pull request #1752 from leiradel/master

removed unneeded -g flag in ld
This commit is contained in:
Alcaro 2015-06-05 23:32:00 +02:00
commit 37ece26d18

View File

@ -39,7 +39,6 @@ endif
ifeq ($(DEBUG), 1)
OPTIMIZE_FLAG = -O0 -g
LDFLAGS += -g
else
OPTIMIZE_FLAG = -O3 -ffast-math
endif