Skip to content

Commit f6f879e

Browse files
authored
Disable debug symbols in picolibc builds (#639)
1 parent c5d005e commit f6f879e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-runtimes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ if(C_LIBRARY STREQUAL picolibc)
390390
-Dlibdir=lib
391391
-Dspecsdir=none
392392
-Dmultilib=false
393+
-Ddebug=false
393394
-Dtests-enable-stack-protector=false
394395
-Dtest-long-double=${enable_picolibc_long_double_test}
395396
-Dtest-machine=${TEST_EXECUTOR}

0 commit comments

Comments
 (0)