We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732ea46 commit 9b37fb2Copy full SHA for 9b37fb2
seqlock/Makefile
@@ -1,5 +1,5 @@
1
all:
2
- gcc -o tests -std=gnu11 -Wall -Wextra -pedantic -O2 seqlock.c tests.c
+ gcc -o tests -std=gnu11 -Wall -Wextra -O2 seqlock.c tests.c
3
4
clean:
5
rm -f tests
0 commit comments