Fixed double hyphen in -pipe

This commit is contained in:
Julian Sikorski 2016-06-14 23:25:32 +02:00
parent 58ee7eb241
commit 6dd5a5fe05

View File

@ -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