Remove uses of -no-cpp-precomp

This commit is contained in:
Jack Nagel 2013-11-20 15:01:02 -06:00
parent f5e63f77a2
commit de9b1845e0

View File

@ -126,7 +126,7 @@ class Cmd
args << '-m32' if cccfg? '3'
when /^-g\d?/, /^-gstabs\d+/, '-gstabs+', /^-ggdb\d?/, '-gdwarf-2',
/^-march=.+/, /^-mtune=.+/, /^-mcpu=.+/, '-m64',
/^-O[0-9zs]?$/, '-fast',
/^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp',
'-pedantic', '-pedantic-errors'
when '-fopenmp', '-lgomp'
# clang doesn't support OpenMP