We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dc3dc commit c5ce071Copy full SHA for c5ce071
tools/profiles/develop.json
@@ -5,7 +5,7 @@
5
"-fmessage-length=0", "-fno-exceptions",
6
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
7
"-MMD",
8
- "-fomit-frame-pointer", "-Os", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"],
+ "-fomit-frame-pointer", "-Os", "-DMBED_TRAP_ERRORS_ENABLED=1"],
9
"asm": ["-c", "-x", "assembler-with-cpp"],
10
"c": ["-c", "-std=gnu11"],
11
"cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"],
0 commit comments