mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-03 12:31:57 +00:00
Add -g for native library
This commit is contained in:
parent
91b49f5e6b
commit
a472cae367
@ -15,6 +15,8 @@ CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar
|
|||||||
ifeq ($(TARGET), m68k-linux)
|
ifeq ($(TARGET), m68k-linux)
|
||||||
68000FLAGS = -m68000 -Wa,-m68000
|
68000FLAGS = -m68000 -Wa,-m68000
|
||||||
CFLAGS += -fpic -O2 -Os
|
CFLAGS += -fpic -O2 -Os
|
||||||
|
else
|
||||||
|
CFLAGS += -g
|
||||||
endif
|
endif
|
||||||
CPPFLAGS = -I$(TOP)/../libstream
|
CPPFLAGS = -I$(TOP)/../libstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user