13 lines
329 B
Text
13 lines
329 B
Text
- Disable hardcoded optimizations
|
|
|
|
Index: scripts/genie.lua
|
|
--- scripts/genie.lua.orig
|
|
+++ scripts/genie.lua
|
|
@@ -803,7 +803,6 @@ end
|
|
-- if we are optimizing, include optimization options
|
|
if _OPTIONS["OPTIMIZE"] then
|
|
buildoptions {
|
|
- "-O".. _OPTIONS["OPTIMIZE"],
|
|
"-fno-strict-aliasing"
|
|
}
|
|
if _OPTIONS["OPT_FLAGS"] then
|