blob: 16ce30a23c7e8553470f2fec8f83d33bb8180a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1.1.1 1999/12/04 12:56:32 scw Exp $
--- tooltips/Makefile.netbsd.orig Fri Dec 3 22:07:56 1999
+++ tooltips/Makefile.netbsd Fri Dec 3 22:07:24 1999
@@ -39,7 +39,7 @@
# Uncomment out this line if you do not want debug information included.
# DEBUG = -g -Wall -ansi -pedantic
-DEBUG =
+DEBUG = -O2
# Define the utilities to use for compilation.
CC = gcc
|