]> git.pld-linux.org Git - projects/setup.git/blobdiff - Makefile
Always enable largefile.
[projects/setup.git] / Makefile
index 79153e4a983d95ed9fe641eec79d09f080e116aa..01ee6442b1984f2bac68de9bd53a52b9b44357b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
 # 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.4
+VERSION                = 2.8.5
 
 CC             = gcc
-OPT_FLAGS      = -O2 -g
-CFLAGS         = $(OPT_FLAGS) -Wall
+OPT_FLAGS      = -Wformat -Werror=format-security -fvar-tracking-assignments -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector -O2 -g2 -Wall
+CFLAGS         = $(OPT_FLAGS) -Wall -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
 INSTALL                = install
 SBINDIR                = /sbin
 ETCDIR         = /etc
This page took 0.051889 seconds and 4 git commands to generate.