Don't duplicate -E argument in ccE mode
This commit is contained in:
parent
803a408b1d
commit
41ac74524d
@ -94,7 +94,7 @@ class Cmd
|
||||
when :cc
|
||||
cflags + args + cppflags
|
||||
when :ccE
|
||||
%w{-E} + args + cppflags
|
||||
args + cppflags
|
||||
when :cpp
|
||||
args + cppflags
|
||||
when :ld
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user