mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 01:13:30 +00:00
Merge pull request #1752 from leiradel/master
removed unneeded -g flag in ld
This commit is contained in:
commit
37ece26d18
1
Makefile
1
Makefile
@ -39,7 +39,6 @@ endif
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
OPTIMIZE_FLAG = -O0 -g
|
||||
LDFLAGS += -g
|
||||
else
|
||||
OPTIMIZE_FLAG = -O3 -ffast-math
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user