mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Uncommented -g on Makefile.common
This commit is contained in:
parent
9831f8f1d0
commit
fd6c1df3f8
@ -72,7 +72,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(findstring Haiku,$(OS)),)
|
ifeq ($(findstring Haiku,$(OS)),)
|
||||||
LIBS += -lm
|
LIBS += -lm
|
||||||
#DEBUG_FLAG = -g
|
DEBUG_FLAG = -g
|
||||||
else
|
else
|
||||||
LIBS += -lroot -lnetwork
|
LIBS += -lroot -lnetwork
|
||||||
# stable and nightly haiku builds are stuck on gdb 6.x but we use gcc4
|
# stable and nightly haiku builds are stuck on gdb 6.x but we use gcc4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user