Leave debug information for opt builds
This commit is contained in:
parent
8fe4ce84e2
commit
649859601c
|
@ -40,7 +40,7 @@ INSTALL= install
|
|||
#------------------------------------------------------------------------------
|
||||
|
||||
CFLAGS_debug= -g -Wall -fno-inline
|
||||
CFLAGS_opt= -O3 -Wall
|
||||
CFLAGS_opt= -g -O3 -Wall
|
||||
CFLAGS_release= -O3 -Wall
|
||||
CFLAGS_profile= -pg
|
||||
CFLAGS_cxx= -x c++
|
||||
|
|
Loading…
Reference in New Issue