mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
849f4a2e3c
warriors and fights each against the other. Execution logs of each instruction executed are recorded for all fights. It prints a report in HTML format. WWW: http://redcoder.sourceforge.net/?p=tycho
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
--- ./Makefile.orig Thu Sep 4 12:44:24 2003
|
|
+++ ./Makefile Wed Jan 16 19:36:13 2008
|
|
@@ -1,7 +1,7 @@
|
|
# $Id: Makefile,v 1.3 2003/09/04 15:44:24 varfar Exp $
|
|
|
|
-CC = gcc
|
|
-CFLAGS = ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
|
|
+CC ?= gcc
|
|
+CFLAGS += ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
|
|
OPT = -O4 -fomit-frame-pointer
|
|
#DBG = -g -DDEBUG=2
|
|
|