We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b192dfc commit 68f5554Copy full SHA for 68f5554
1 file changed
.github/workflows/linux_and_macos.yml
@@ -124,7 +124,7 @@ jobs:
124
125
${MAKE} --version 2>/dev/null || true
126
127
- CFLAGS="-std=gnu99 -pedantic -Werror ${sanitizer}" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
+ CFLAGS="-std=gnu99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
128
129
- name: 'Install'
130
env:
0 commit comments