Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaXser authored Oct 8, 2024
1 parent 72a9980 commit c184420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifeq (, $(shell which $(CPREFIX)windres))
CCWINDRES = windres
endif

CFLAGS = -pipe -I$(WINDIVERTHEADERS) \
CFLAGS = -std=c18 -pipe -I$(WINDIVERTHEADERS) \
-O2 -D_FORTIFY_SOURCE=2 -fstack-protector \
-Wall -Wextra -Wpedantic -Wformat=2 -Wformat-overflow -Wformat-truncation \
-Wformat-security -Wno-format-nonliteral -Wshadow -Wstrict-aliasing=1 \
Expand Down

0 comments on commit c184420

Please sign in to comment.