Skip to content

Commit 91888f7

Browse files
committed
scripts: Add debug symbols to release builds in test-picolibc
Signed-off-by: Keith Packard <[email protected]>
1 parent 3521e30 commit 91888f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-picolibc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ done
4343

4444
options="-Dwerror=true"
4545
minoptions="$options --buildtype=minsize"
46-
reloptions="$options --buildtype=release -Dpicolibc-buildtype=release"
46+
reloptions="$options --buildtype=release -Ddebug=true -Dpicolibc-buildtype=release"
4747

4848
for arch in arm riscv; do
4949

0 commit comments

Comments
 (0)