forked from Lainports/freebsd-ports
11 lines
382 B
Text
11 lines
382 B
Text
--- Makefile.orig Fri Oct 27 05:23:57 2000
|
|
+++ Makefile Fri Oct 27 05:24:40 2000
|
|
@@ -6,7 +6,7 @@
|
|
# In fact, CWEB 3.61 is recommended for making hardcopy or PDF documentation.
|
|
|
|
# If you prefer optimization to debugging, change -g to something like -O:
|
|
-CFLAGS = -g
|
|
+CFLAGS ?= -O -pipe
|
|
|
|
# Uncomment the second line if you use pdftex to bypass .dvi files:
|
|
PDFTEX = dvipdfm
|