1
0
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:
Jing-Tang Keith Jang 2000-11-06 12:25:21 +00:00
parent efab9c8d0c
commit b4b37ceff9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34841

View File

@ -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