summaryrefslogtreecommitdiff
path: root/graphics/evolvotron/files/patch-common.pro
blob: a906227347f02c5e5f07ed0dd6e022b3f2f14ea9 (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
27
28
29
30
31
32
33
34
35
--- common.pro.orig	Mon Nov  3 09:40:15 2003
+++ common.pro	Mon Dec  1 03:16:47 2003
@@ -29,32 +29,12 @@
 # Now leaving these ON for general distribution as they DO have SOME effect 
 # (or at least they have in the past... see the README), and should be portable.
 # NB Switching on -funroll-loops causes some versions of gcc to segv
-QMAKE_CXXFLAGS_RELEASE -= -O2
-QMAKE_CXXFLAGS_RELEASE += -O3 -fomit-frame-pointer -ffast-math 
 
 ##################
 # Architecture specific optimisations
 # The following architecture options make the compiled executables less portable.
 # (On a different setup you may need to change what's subtracted out of the flags.)
 # NB -march=X implies -mcpu=X... no need to specify both the same
-
-contains(CONFIG_OPTS, p4 ){ 
-  QMAKE_CXXFLAGS_RELEASE -= -march=i386 -mcpu=i686
-  QMAKE_CXXFLAGS_RELEASE += -march=pentium4 -mfpmath=sse -msse2
-  BUILD_INFO+= Pentium4
-}
-
-contains(CONFIG_OPTS, p3 ){
-  QMAKE_CXXFLAGS_RELEASE -= -march=i386 -mcpu=i686
-  QMAKE_CXXFLAGS_RELEASE += -march=pentium3 -mfpmath=sse -msse
-  BUILD_INFO+= Pentium3  
-}
-
-contains(CONFIG_OPTS, xp ){
-  QMAKE_CXXFLAGS_RELEASE -= -march=i386 -mcpu=i686
-  QMAKE_CXXFLAGS_RELEASE += -march=athlon-xp -mfpmath=sse -msse
-  BUILD_INFO+= Athlon-XP
-}
 
 ##################
 # Optimisation insanity