Skip to content

Commit

Permalink
Finalizing CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Feb 8, 2022
1 parent cb63ac0 commit b52d3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ VERSION = 0.3.0
CC = gcc
EXTRAFLAGS = -g -Wshadow -Wformat=2 -Wconversion -Wextra
CPPFLAGS =
# CFLAGS = -std=c11 -pedantic -Wall -Wextra -Wshadow -Wconversion -Wformat=2 -D_XOPEN_SOURCE=700
CFLAGS = -std=c11 -pedantic -Wall -Wshadow -Wconversion -D_XOPEN_SOURCE=700
LDFLAGS =

Expand Down

0 comments on commit b52d3e3

Please sign in to comment.