We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd169ea commit 3e97f28Copy full SHA for 3e97f28
darwin.mk
@@ -1,4 +1,5 @@
1
-CFLAGS = -fPIC -Wall -Werror -Wunused -Wextra -O0 -g -std=gnu11
+CFLAGS = -O0 -g -std=c11 -fPIC -march=native -Wall -Wextra -Wunused
2
+CFLAGS += -Werror -Wshadow
3
CFLAGS += -fprofile-arcs -ftest-coverage
4
LDFLAGS = -dynamiclib --coverage
5
LDFLAGS += -framework CoreFoundation -framework IOKit
0 commit comments