mirror of https://github.com/ARMmbed/mbed-os.git
Add NDEBUG flag to release profile of ARMC6
parent
30f18b67e5
commit
7b37b42080
|
@ -19,7 +19,7 @@
|
|||
"-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
|
||||
"-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
|
||||
"-fno-exceptions", "-MMD", "-D_LIBCPP_EXTERN_TEMPLATE(...)=",
|
||||
"-fshort-enums", "-fshort-wchar"],
|
||||
"-fshort-enums", "-fshort-wchar", "-DNDEBUG"],
|
||||
"asm": [],
|
||||
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
|
||||
"cxx": ["-fno-rtti", "-std=gnu++98"],
|
||||
|
|
Loading…
Reference in New Issue