I'm currently packaging up Spring for the Fedora Linux distribution. One of their (I should say our) policies is that all packages must be built with the system's compiler flags (CFLAGS && CXXFLAGS).
I see at line 366 of rts/build/scons/rts.py that you disabled the import of compiler flags from the environment variables:
I supposed you had problems with some people using weird compiler flags, but I am quite confident that the Fedora flags are sound.# Do not do this [use env vars] anymore because it may severely mess up our carefully selected options.
# Print a warning and ignore them instead.
I'd like to use our flags in our spring package, are you OK with that ?
Thanks