Skip to content

Commit c5ce071

Browse files
committed
PACKAGING: remove gdb exta information to slim library
1 parent 17dc3dc commit c5ce071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/develop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"-fmessage-length=0", "-fno-exceptions",
66
"-ffunction-sections", "-fdata-sections", "-funsigned-char",
77
"-MMD",
8-
"-fomit-frame-pointer", "-Os", "-g", "-DMBED_TRAP_ERRORS_ENABLED=1"],
8+
"-fomit-frame-pointer", "-Os", "-DMBED_TRAP_ERRORS_ENABLED=1"],
99
"asm": ["-c", "-x", "assembler-with-cpp"],
1010
"c": ["-c", "-std=gnu11"],
1111
"cxx": ["-c", "-std=gnu++14", "-fno-rtti", "-Wvla"],

0 commit comments

Comments
 (0)