We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9f8c1 commit c33ce95Copy full SHA for c33ce95
boards/riscv/qemu_riscv32/Kconfig.defconfig
@@ -10,3 +10,8 @@ config BOARD
10
11
config COMPRESSED_ISA
12
default y
13
+
14
+# Use thread local storage by default so that
15
+# this feature gets more CI coverage.
16
+config THREAD_LOCAL_STORAGE
17
+ default y
0 commit comments