Skip to content

Commit

Permalink
Use C11
Browse files Browse the repository at this point in the history
  • Loading branch information
claudemuller committed Aug 7, 2023
1 parent 3040c2d commit 5efb745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CC = gcc
DBG_BIN = lldb
CFLAGS = #-D_GNU_SOURCE
CFLAGS += -std=c99
CFLAGS += -std=c11
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -pedantic
Expand Down

0 comments on commit 5efb745

Please sign in to comment.