We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb46ee commit f598421Copy full SHA for f598421
Makefile
@@ -1,5 +1,5 @@
1
# Compiler and flags
2
-# CC = gcc-14 # GNU gcc on MacOS
+# CC = gcc-14 # GNU gcc on MacOS: remove -fsanitize=address to run
3
CC = gcc
4
CFLAGS_COMMON = -std=c17 -D_GNU_SOURCE -Wall -Wextra -Wpedantic -pthread
5
CFLAGS_DEV = -g -Werror -fsanitize=address
0 commit comments