diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-24 05:23:23 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-24 05:23:23 +0000 |
commit | fd29275a41b70cc6868c9099a6c5b5c667e0c3f9 (patch) | |
tree | 9cbd6afa8387290858e2943e80fbe9fd35256498 /games/maelstrom | |
parent | d8f8e6e8e8375df76d31bf92d1733a3d8b722e7c (diff) | |
download | pkgsrc-fd29275a41b70cc6868c9099a6c5b5c667e0c3f9.tar.gz |
Use -O2, not -O6.
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/maelstrom/patches/patch-aa b/games/maelstrom/patches/patch-aa index 2aa23a4ae64..0d44b8f6bb8 100644 --- a/games/maelstrom/patches/patch-aa +++ b/games/maelstrom/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 1998/11/24 00:31:07 hubertf Exp $ +$NetBSD: patch-aa,v 1.6 1998/11/24 05:23:23 mycroft Exp $ --- Makeflags.orig Mon Jul 14 20:32:13 1997 +++ Makeflags Mon Aug 3 00:50:27 1998 @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.5 1998/11/24 00:31:07 hubertf Exp $ +SOUNDOBJS = Maelstrom_sound.o Mac_Resource.o soundres.o mixer.o shared.o myerror.o + +#CXX = c++ -+OPTIMIZE = -O6 ++OPTIMIZE = -O2 +X11INCLUDE = -I$(X11BASE)/include +INCLUDES = -I$(LOGIC) $(X11INCLUDE) $(XPMINCLUDE) +CFLAGS = $(OPTIMIZE) $(INCLUDES) $(FEATURES) \ |