Skip to content

Commit e16957c

Browse files
keith-packardnashif
authored andcommitted
picolibc: assert-verbose=false
The assert-verbose setting removes filenames and expression strings from assert messages to reduce their size. Signed-off-by: Keith Packard <[email protected]>
1 parent ae2f89c commit e16957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/common.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ CT_PICOLIBC_SRC_CUSTOM=y
7272
CT_PICOLIBC_CUSTOM_LOCATION="${GITHUB_WORKSPACE}/picolibc"
7373
CT_LIBC_PICOLIBC_GLOBAL_ATEXIT=y
7474
CT_LIBC_PICOLIBC_EXTRA_SECTIONS=y
75-
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true"
75+
CT_LIBC_PICOLIBC_EXTRA_CONFIG_ARRAY="-Dthread-local-storage=auto -Derrno-function=zephyr -Dsysroot-install=true -Dsysroot-install-skip-checks=true -Dassert-verbose=false"

0 commit comments

Comments
 (0)