mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Respect CFLAGS, thanks to obrien.
This commit is contained in:
parent
efab9c8d0c
commit
b4b37ceff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34841
@ -5,7 +5,7 @@
|
||||
|
||||
# If you prefer optimization to debugging, change -g to something like -O:
|
||||
-CFLAGS = -g
|
||||
+CFLAGS = -O -pipe
|
||||
+CFLAGS ?= -O -pipe
|
||||
|
||||
# Uncomment the second line if you use pdftex to bypass .dvi files:
|
||||
PDFTEX = dvipdfm
|
||||
|
Loading…
Reference in New Issue
Block a user