Skip to content

Commit f598421

Browse files
committed
add comment
1 parent 7cb46ee commit f598421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Compiler and flags
2-
# CC = gcc-14 # GNU gcc on MacOS
2+
# CC = gcc-14 # GNU gcc on MacOS: remove -fsanitize=address to run
33
CC = gcc
44
CFLAGS_COMMON = -std=c17 -D_GNU_SOURCE -Wall -Wextra -Wpedantic -pthread
55
CFLAGS_DEV = -g -Werror -fsanitize=address

0 commit comments

Comments
 (0)