removed unneeded -g flag in ld

This commit is contained in:
Andre Leiradella 2015-06-05 18:29:41 -03:00
parent ee384999b0
commit f4354b2db7
1 changed files with 0 additions and 1 deletions

View File

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