freebsd-ports/lang/schemetoc/files/patch-ab

15 lines
465 B
Text
Raw Normal View History

--- doc/scc.l.orig Tue Jan 12 10:43:14 1993
+++ doc/scc.l Wed Feb 2 22:22:22 2000
@@ -66,6 +66,11 @@
.B -Ot
Optimize code by omitting type error checks.
.TP 18
+.B -static
+Use static linking instead of shared libraries. This will result in an executable
+which is about 300k larger than the dynamic executable. For xlib programs the
+executable will be about 1400k larger.
+.TP 18
.B -pg
Produce profiled code for run-time measurement using
.I gprof(1).