mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Merge pull request #954 from belegdol/master
Fixed double hyphen in -pipe [belegdol]
This commit is contained in:
commit
21af9bd08f
@ -705,7 +705,7 @@ end
|
||||
-- this speeds it up a bit by piping between the preprocessor/compiler/assembler
|
||||
if not ("pnacl" == _OPTIONS["gcc"]) then
|
||||
buildoptions {
|
||||
"--pipe",
|
||||
"-pipe",
|
||||
}
|
||||
end
|
||||
-- add -g if we need symbols, and ensure we have frame pointers
|
||||
|
Loading…
Reference in New Issue
Block a user