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
After this change, only ./configure will pick up these variables from the environment.
This is an incompatible change to long-standing behavior of Sage, but the change will bring the build system in line with autotools and avoid confusing failures.
Overriding CC, CFLAGS, ... will still be possible by passing them as makefile variables on the command line (make CFLAGS="-gggg" build)