/
index
/
baseutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (parent:
eee4473
)
add -Wpedantic to default CFLAGS
master
author
git
<redacted>
Fri, 3 Jul 2026 15:42:03 +0000
(11:42 -0400)
committer
git
<redacted>
Fri, 3 Jul 2026 15:42:03 +0000
(11:42 -0400)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 72b573c3f5c602bbee23920d84c9365673469bf8..f0cb8f1f39aa9d531f8591536ab910c8ceda61f7 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,7
+1,7
@@
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-CFLAGS = -std=c99 -Wall -Wextra -O2
+CFLAGS = -std=c99 -Wall -Wextra -
Wpedantic -
O2
LDFLAGS =
CC = cc
LDFLAGS =
CC = cc