Advent of Code

Diff
Login

Diff

Differences From Artifact [516da70523]:

To Artifact [b36c017e36]:


9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
aocdbg: *.c *.h
	gcc -std=c2x -pedantic \
	-D_XOPEN_SOURCE=800 \
	-Werror -Wall -Wextra \
	-Wbad-function-cast \
	-Wcast-align \
	-Wcast-qual \
	-Wconversion \
	-Wfloat-equal \
	-Wformat=2 \
	-Wformat-signedness \
	-Winline \
	-Wlogical-op \
	-Wnested-externs \
	-Wno-missing-braces \







|







9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
aocdbg: *.c *.h
	gcc -std=c2x -pedantic \
	-D_XOPEN_SOURCE=800 \
	-Werror -Wall -Wextra \
	-Wbad-function-cast \
	-Wcast-align \
	-Wcast-qual \
	-Wconversion $(: pesky little option; makes my code abuse casts ) \
	-Wfloat-equal \
	-Wformat=2 \
	-Wformat-signedness \
	-Winline \
	-Wlogical-op \
	-Wnested-externs \
	-Wno-missing-braces \