You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An external build system might want to select for example a different
optimization level, but overriding CFLAGS would also drop "-std=c99"
and that breaks compilation. Fixed by using two separate Make variables
for overridable and non-overridable compiler flags.
0 commit comments