Fix bug with removing flag after "-c"
-c does not take an argument. Why did I think it did?
This commit is contained in:
parent
604b79a5a2
commit
93ed6f7db7
@ -31,7 +31,6 @@ def PrepareClangFlags( flags, filename ):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if flag == '-c':
|
if flag == '-c':
|
||||||
skip = True;
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if flag == '-o':
|
if flag == '-o':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user