freebsd-ports/games/exhaust-ma/files/patch-Makefile
Pav Lucistnik a1f2bea420 The `exhaust' project is a redcode simulator that is (hopefully) easy to embed
into your applications, as an alternative to pMARS. By M Joonas Pihlaja.

Exhaust-ma is exhaust with some of my optimizations. The interface is exactly
the same, but the sourcecode contains heavy optimations in the simulator core.

PR:		ports/83116
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-10-10 21:03:20 +00:00

11 lines
290 B
Text

--- Makefile.orig Sun Jul 13 16:07:34 2003
+++ Makefile Mon Oct 10 22:52:31 2005
@@ -1,8 +1,5 @@
# $Id: Makefile,v 1.7 2003/07/13 10:23:18 martinus Exp $
-CC = cc
-CFLAGS = ${OPT} ${DBG}
-OPT = -O -fomit-frame-pointer
#DBG = -g -DDEBUG=2
# Recommended extra options for gcc: