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 5961702 commit a637299Copy full SHA for a637299
.github/workflows/main.yml
@@ -98,6 +98,13 @@ jobs:
98
shell: bash
99
run: make -j4 THREAD_MODEL=posix
100
101
+ - name: Build libc + threads in debug mode
102
+ # There are features like stack boundary exposure that
103
+ # only compile in debug mode (i.e. when NDEBUG is not defined).
104
+ if: matrix.clang_version != '10.0.0'
105
+ shell: bash
106
+ run: make -j4 THREAD_MODEL=posix EXTRA_CFLAGS=
107
+
108
# Disable the headerstest job for now, while WASI transitions from the
109
# witx snapshots to wit proposals, and we have a few manual edits to the
110
# generated header to make life easier for folks.
0 commit comments