Add -g for native library

This commit is contained in:
Laurent Vivier 2006-09-08 22:56:25 +00:00
parent 91b49f5e6b
commit a472cae367

View File

@ -15,6 +15,8 @@ CFLAGS = -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar
ifeq ($(TARGET), m68k-linux)
68000FLAGS = -m68000 -Wa,-m68000
CFLAGS += -fpic -O2 -Os
else
CFLAGS += -g
endif
CPPFLAGS = -I$(TOP)/../libstream