Remove -O and -Wall from CFLAGS and use whatever's already there

Suggested by: will
This commit is contained in:
Brian Somers 2001-06-11 07:31:18 +00:00
parent 431730ec32
commit 4ea5ea75c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43821

View File

@ -9,7 +9,7 @@
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man
+CC ?=gcc
+CFLAGS= -O -D_FILE_OFFSET_BITS=64 -Wall -I${LOCALBASE}/include
+CFLAGS+= -D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include
+LD =${CC}
+LDFLAGS=-L${LOCALBASE}/lib
+LIBS= -lgnugetopt