We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe4e42 commit 0b50136Copy full SHA for 0b50136
Makefile
@@ -6,7 +6,7 @@ bindir = $(exec_prefix)/bin
6
datarootdir = $(prefix)/share
7
mandir ?= $(datarootdir)/man
8
9
-CPPFLAGS ?=
+CPPFLAGS ?= -Wdate-time -D_FORTIFY_SOURCE=2
10
CFLAGS ?= -Os -Wall -Wpedantic -Wextra -Wformat-overflow -Werror-implicit-function-declaration
11
LDFLAGS ?= -Wl,--gc-sections,-s
12
0 commit comments