2010-06-30 11:18:25 +00:00
|
|
|
Index: pcsx2.snapshot-3337/common/src/Utilities/CMakeLists.txt
|
2010-06-15 13:07:29 +00:00
|
|
|
===================================================================
|
2010-06-30 11:18:25 +00:00
|
|
|
--- pcsx2.snapshot-3337.orig/common/src/Utilities/CMakeLists.txt 2010-06-28 22:43:08.084613185 +0200
|
|
|
|
+++ pcsx2.snapshot-3337/common/src/Utilities/CMakeLists.txt 2010-06-28 22:43:08.330002361 +0200
|
|
|
|
@@ -39,21 +39,9 @@
|
|
|
|
|
|
|
|
# Remove optimization that can break the code. Must be retested
|
|
|
|
set(BadFlags_O0
|
|
|
|
- -fno-guess-branch-probability
|
|
|
|
- -fno-dse
|
|
|
|
- -fno-tree-dse
|
|
|
|
)
|
|
|
|
|
|
|
|
set(BadFlags_O1
|
|
|
|
- -fno-argument-alias
|
|
|
|
- -fno-branch-count-reg
|
|
|
|
- -fno-ipa-pure-const
|
|
|
|
- -fno-ipa-reference
|
|
|
|
- -fno-omit-frame-pointer
|
|
|
|
- -fno-split-wide-types
|
|
|
|
- -fno-tree-copy-prop
|
|
|
|
- -fno-tree-dse
|
|
|
|
- -fno-tree-sink
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
Index: pcsx2.snapshot-3337/common/src/x86emitter/CMakeLists.txt
|
|
|
|
===================================================================
|
|
|
|
--- pcsx2.snapshot-3337.orig/common/src/x86emitter/CMakeLists.txt 2010-06-28 22:43:08.084613185 +0200
|
|
|
|
+++ pcsx2.snapshot-3337/common/src/x86emitter/CMakeLists.txt 2010-06-28 22:43:08.330726425 +0200
|
|
|
|
@@ -39,21 +39,9 @@
|
2010-06-15 13:07:29 +00:00
|
|
|
|
2010-06-30 11:18:25 +00:00
|
|
|
# Remove optimization that can break the code. Must be retested
|
|
|
|
set(BadFlags_O0
|
|
|
|
- -fno-guess-branch-probability
|
|
|
|
- -fno-dse
|
2010-06-15 13:07:29 +00:00
|
|
|
- -fno-tree-dse
|
|
|
|
)
|
|
|
|
|
|
|
|
set(BadFlags_O1
|
|
|
|
- -fno-argument-alias
|
|
|
|
- -fno-branch-count-reg
|
|
|
|
- -fno-ipa-pure-const
|
|
|
|
- -fno-ipa-reference
|
|
|
|
- -fno-omit-frame-pointer
|
|
|
|
- -fno-split-wide-types
|
|
|
|
- -fno-tree-copy-prop
|
|
|
|
- -fno-tree-dse
|
|
|
|
- -fno-tree-sink
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2010-06-30 11:18:25 +00:00
|
|
|
Index: pcsx2.snapshot-3337/pcsx2/CMakeLists.txt
|
2010-06-15 13:07:29 +00:00
|
|
|
===================================================================
|
2010-06-30 11:18:25 +00:00
|
|
|
--- pcsx2.snapshot-3337.orig/pcsx2/CMakeLists.txt 2010-06-28 22:43:08.082609942 +0200
|
|
|
|
+++ pcsx2.snapshot-3337/pcsx2/CMakeLists.txt 2010-06-28 22:43:08.330726425 +0200
|
|
|
|
@@ -36,21 +36,9 @@
|
|
|
|
|
|
|
|
# Remove optimization that can break the code. Must be retested
|
|
|
|
set(BadFlags_O0
|
|
|
|
- -fno-guess-branch-probability
|
|
|
|
- -fno-dse
|
|
|
|
- -fno-tree-dse
|
2010-06-15 13:07:29 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set(BadFlags_O1
|
|
|
|
- -fno-argument-alias
|
|
|
|
- -fno-branch-count-reg
|
|
|
|
- -fno-ipa-pure-const
|
|
|
|
- -fno-ipa-reference
|
|
|
|
- -fno-omit-frame-pointer
|
|
|
|
- -fno-split-wide-types
|
|
|
|
- -fno-tree-copy-prop
|
|
|
|
- -fno-tree-dse
|
|
|
|
- -fno-tree-sink
|
|
|
|
)
|
|
|
|
|
|
|
|
set(BadFlags_O2
|