aboutsummaryrefslogtreecommitdiffstats
path: root/games/tycho/files/patch-Makefile
blob: e5d2ea4546341d95a3760d465b85084c1d54a0d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	2003-09-04 17:44:24.000000000 +0200
+++ Makefile	2012-11-30 13:54:33.684116105 +0100
@@ -1,8 +1,8 @@
 # $Id: Makefile,v 1.3 2003/09/04 15:44:24 varfar Exp $
 
-CC = gcc
-CFLAGS = ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
-OPT = -O4 -fomit-frame-pointer
+CC ?= gcc
+CFLAGS += ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1
+OPT = -fomit-frame-pointer
 #DBG = -g -DDEBUG=2
 
 # Recommended extra options for gcc: