Skip to content

Commit 68f5554

Browse files
committed
linux_and_macos.yml: Compile with -O1
1 parent b192dfc commit 68f5554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
${MAKE} --version 2>/dev/null || true
126126
127-
CFLAGS="-std=gnu99 -pedantic -Werror ${sanitizer}" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
127+
CFLAGS="-std=gnu99 -pedantic -Werror ${sanitizer} -O1" LDFLAGS="${as_needed} ${sanitizer}" ${MAKE}
128128
129129
- name: 'Install'
130130
env:

0 commit comments

Comments
 (0)