8000 remove debug info from mbed library · sparkfun/mbed-os-ambiq-apollo3@07b296b · GitHub
[go: up one dir, main page]

Skip to content

Commit 07b296b

Browse files
committed
remove debug info from mbed library
1 parent b61bf81 commit 07b296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profiles/develop.json

Lines changed: 1 addition & 1 deletion
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)
0