Merge pull request #954 from belegdol/master

Fixed double hyphen in -pipe [belegdol]
This commit is contained in:
Vas Crabb 2016-06-15 14:54:33 +10:00 committed by GitHub
commit 21af9bd08f

View File

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