cil-project / cil

C Intermediate Language
Other
348 stars 86 forks source link

Pass compiler options with '=' #21

Closed shahn closed 8 years ago

shahn commented 9 years ago

When cilly attempts to figure out what to do with the arguments it receives, it wasn't able to identify stuff like -Wformat=2 or -Wnormalized=id. Teach it that '=' signs in arguments are OK for gcc.

kerneis commented 8 years ago

I somehow managed to miss this PR when you authored it. Sorry for the delay, and thanks a lot!