Skip to content

Commit 7b37b42

Browse files
author
deepikabhavnani
committed
Add NDEBUG flag to release profile of ARMC6
1 parent 30f18b6 commit 7b37b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/release.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"-Wno-armcc-pragma-push-pop", "-Wno-armcc-pragma-anon-unions",
2020
"-DMULADDC_CANNOT_USE_R7", "-fdata-sections",
2121
"-fno-exceptions", "-MMD", "-D_LIBCPP_EXTERN_TEMPLATE(...)=",
22-
"-fshort-enums", "-fshort-wchar"],
22+
"-fshort-enums", "-fshort-wchar", "-DNDEBUG"],
2323
"asm": [],
2424
"c": ["-D__ASSERT_MSG", "-std=gnu99"],
2525
"cxx": ["-fno-rtti", "-std=gnu++98"],

0 commit comments

Comments
 (0)