Remove uses of -no-cpp-precomp
This commit is contained in:
parent
f5e63f77a2
commit
de9b1845e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user