xiw / stack

A static checker for identifying unstable code.
http://css.csail.mit.edu/stack/
Other
359 stars 56 forks source link

stack's cc1 script removes -std #36

Open hroptatyr opened 10 years ago

hroptatyr commented 10 years ago

Unless it's -std=gnu99, which personally I've never used. It should allow for any std values in C mode, or at least c99, c11, gnu99 and gnu11.