mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Fixed double hyphen in -pipe
This commit is contained in:
parent
58ee7eb241
commit
6dd5a5fe05
@ -705,7 +705,7 @@ end
|
|||||||
-- this speeds it up a bit by piping between the preprocessor/compiler/assembler
|
-- this speeds it up a bit by piping between the preprocessor/compiler/assembler
|
||||||
if not ("pnacl" == _OPTIONS["gcc"]) then
|
if not ("pnacl" == _OPTIONS["gcc"]) then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"--pipe",
|
"-pipe",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
-- add -g if we need symbols, and ensure we have frame pointers
|
-- add -g if we need symbols, and ensure we have frame pointers
|
||||||
|
Loading…
Reference in New Issue
Block a user