optimize but still add debug symbols
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Include definitions common to linux pentium targets
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-686
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
||||
COMMANDLINE_LIBRARY = READLINE_NCURSES
|
||||
|
||||
HOST_OPT=NO
|
||||
OPT_CFLAGS += -g
|
||||
OPT_CXXFLAGS += -g
|
||||
|
||||
ARCH_DEP_CFLAGS += -march=i686
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
|
||||
COMMANDLINE_LIBRARY = READLINE_NCURSES
|
||||
|
||||
HOST_OPT=NO
|
||||
OPT_CFLAGS += -g
|
||||
OPT_CXXFLAGS += -g
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Include definitions common to linux pentium targets
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-x86
|
||||
COMMANDLINE_LIBRARY = READLINE
|
||||
ARCH_DEP_CFLAGS += -march=i686
|
||||
|
||||
HOST_OPT=NO
|
||||
OPT_CFLAGS += -g
|
||||
OPT_CXXFLAGS += -g
|
||||
|
||||
ARCH_DEP_CFLAGS += -march=i686
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Include definitions common to linux pentium targets
|
||||
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
|
||||
COMMANDLINE_LIBRARY = READLINE
|
||||
|
||||
HOST_OPT=NO
|
||||
OPT_CFLAGS += -g
|
||||
OPT_CXXFLAGS += -g
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Include common linux definitions
|
||||
include $(CONFIG)/os/CONFIG.linux-x86.linux-x86
|
||||
CROSS_OPT=NO
|
||||
|
||||
Reference in New Issue
Block a user