File mame-armv7-no-pipe.patch of Package mame (Revision 7bce84a97d324973bdfc2036efc5b5b7)
Currently displaying revision 7bce84a97d324973bdfc2036efc5b5b7 , Show latest
14
1
Index: mame-mame0161/scripts/genie.lua
2
===================================================================
3
--- mame-mame0161.orig/scripts/genie.lua
4
+++ mame-mame0161/scripts/genie.lua
5
6
-- this speeds it up a bit by piping between the preprocessor/compiler/assembler
7
if not ("pnacl" == _OPTIONS["gcc"]) then
8
buildoptions {
9
- "--pipe",
10
+ --"--pipe",
11
}
12
end
13
-- add -g if we need symbols, and ensure we have frame pointers
14