Add NDEBUG flag to release profile of ARMC6

pull/9277/head
deepikabhavnani 2019-01-22 11:21:33 -06:00
parent 30f18b67e5
commit 7b37b42080
1 changed files with 1 additions and 1 deletions

View File

@ -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"],