make sure wbx c++ files also have NDEBUG defined, fixes 1643bf0
This commit is contained in:
parent
1643bf01bc
commit
4e83bccd3b
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -42,7 +42,7 @@ LDFLAGS_DEBUG :=
|
|||
LDFLAGS_RELEASE :=
|
||||
CXXFLAGS := $(COMMONFLAGS) $(CXXFLAGS) -I$(SYSROOT)/include/c++/v1 -fno-use-cxa-atexit -fvisibility-inlines-hidden
|
||||
CXXFLAGS_DEBUG := -O0 -g
|
||||
CXXFLAGS_RELEASE := -O3 -flto
|
||||
CXXFLAGS_RELEASE := -O3 -flto -DNDEBUG
|
||||
CXXFLAGS_RELEASE_ASONLY := -O3
|
||||
|
||||
EXTRA_LIBS := -L $(SYSROOT)/lib/linux -lclang_rt.builtins-x86_64 $(EXTRA_LIBS)
|
||||
|
|
Loading…
Reference in New Issue