mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Remove -O and -Wall from CFLAGS and use whatever's already there
Suggested by: will
This commit is contained in:
parent
431730ec32
commit
4ea5ea75c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43821
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user