aboutsummaryrefslogtreecommitdiffstats
path: root/net/tintin++-devel/files/patch-aa
blob: 0d0e2f66106ffb85ff6b4966282639db4d4ef00e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** Makefile.in.orig	Thu Jul 20 11:46:17 2000
--- Makefile.in	Sat Sep  2 09:14:06 2000
***************
*** 9,19 ****
  
  DEFINES = -D_GNU_SOURCE @DEFS@
  
- CC = @CC@
  MAKE = @MAKE@
  
  #this is the standard CFLAGS options, this is what most people should use
! CFLAGS = -O2 $(DEFINES)
  
  #this is the debugging CFLAGS options, should only be used if you want to
  #debug/code tintin
--- 9,18 ----
  
  DEFINES = -D_GNU_SOURCE @DEFS@
  
  MAKE = @MAKE@
  
  #this is the standard CFLAGS options, this is what most people should use
! CFLAGS += $(DEFINES)
  
  #this is the debugging CFLAGS options, should only be used if you want to
  #debug/code tintin