mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# If you prefer optimization to debugging, change -g to something like -O:
|
# If you prefer optimization to debugging, change -g to something like -O:
|
||||||
-CFLAGS = -g
|
-CFLAGS = -g
|
||||||
+CFLAGS = -O -pipe
|
+CFLAGS ?= -O -pipe
|
||||||
|
|
||||||
# Uncomment the second line if you use pdftex to bypass .dvi files:
|
# Uncomment the second line if you use pdftex to bypass .dvi files:
|
||||||
PDFTEX = dvipdfm
|
PDFTEX = dvipdfm
|
||||||
|
|
Loading…
Add table
Reference in a new issue