blob: caf67e41b97e2a1a58f4e5bbdb8e05eaa8e73bba (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-aa,v 1.2 1998/08/07 10:36:26 agc Exp $
--- src/Makefile.4.orig Wed May 6 19:07:58 1998
+++ src/Makefile.4 Wed May 6 19:08:20 1998
@@ -66,5 +66,5 @@
#CFLAGS = -O -DOTHER
# for most machines running 4.2/3 use (only necessary if timers are needed)
-CFLAGS = -O -DFOUR
+CFLAGS = -O2 -DFOUR
# for most machines running System V use (only necessary if timers are needed)
#CFLAGS = -O -DFIVE
|