]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
Saner opts.
[projects/setup.git] / Makefile
index 88a86df90a8ecde42584d40d0046fe4d0abfd9c7..14e18903ad3ed281e941d376fa811043fb7dcf9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Very basic and very simple Makefile. Maybe it would be nice to make it
 # in ac/am.... but I'm too lazy ;)
 #
-VERSION                = 2.8.3
+VERSION                = 2.8.4
 
 CC             = gcc
-OPT_FLAGS      = -O2 -g
+OPT_FLAGS      = -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall
 CFLAGS         = $(OPT_FLAGS) -Wall
 INSTALL                = install
 SBINDIR                = /sbin
This page took 0.447502 seconds and 4 git commands to generate.