updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / glui / makefile.patch
blobed7c4a3006d6aea8150db372ee45d5179a6e93a5
1 --- makefile.old 2006-09-09 02:12:10.000000000 +0200
2 +++ makefile 2006-09-09 02:15:46.000000000 +0200
3 @@ -5,15 +5,15 @@
4 #CC=gcc
6 # Compiler options
7 -OPTS=-g
8 -OPTS=-O0
9 +#OPTS=-g
10 +#OPTS=-O0
11 #OPTS=-O2
13 UNAME = $(shell uname)
15 ifeq ($(UNAME), Linux)
16 CXX = g++
17 -CPPFLAGS += $(OPTS) -Wall -pedantic
18 +CPPFLAGS += $(OPTS) -Wall -pedantic $(CFLAGS)
19 endif
21 #######################################