Skip to content

Commit ab65405

Browse files
authored
Disable debug symbols in picolibc builds (#135)
1 parent 2b95ca8 commit ab65405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arm-software/embedded/arm-runtimes/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ if(C_LIBRARY STREQUAL picolibc)
398398
-Dlibdir=lib
399399
-Dspecsdir=none
400400
-Dmultilib=false
401+
-Ddebug=false
401402
-Dtests-enable-stack-protector=false
402403
-Dtest-long-double=${enable_picolibc_long_double_test}
403404
-Dtest-machine=${TEST_EXECUTOR}

0 commit comments

Comments
 (0)