-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b32
-
generic
-
generic
-
Not verified
Cjeanup use of COMPILER_WARNINGS_FATAL. Delete most uses in separate makefiles as part of warning hunt.
Add JAVAC_MAX_WARNINGS=true so it adds -Xlint:all to javac compiles.
For javac, change use of COMPILER_WARNINGS_FATAL to JAVAC_WARNINGS_FATAL.
Cleanup use of -DNDEBUG and amd64 settings.
Add +w option to Sun Studio C++ compilations for more warnings.
Fix Platform.sdk, Windows X64 builds got slower after use of systeminfo and shell commands to get max memory on system, builds went from 45min to over an hour.
Add -DNDEBUG to all production compiles.
Add COMPILER_WARNINGS_TO_IGNORE option so we can selecgtively ignore certain windows compiler errors.
Add JAVAC_MAX_WARNINGS=true so it adds -Xlint:all to javac compiles.
For javac, change use of COMPILER_WARNINGS_FATAL to JAVAC_WARNINGS_FATAL.
Cleanup use of -DNDEBUG and amd64 settings.
Add +w option to Sun Studio C++ compilations for more warnings.
Fix Platform.sdk, Windows X64 builds got slower after use of systeminfo and shell commands to get max memory on system, builds went from 45min to over an hour.
Add -DNDEBUG to all production compiles.
Add COMPILER_WARNINGS_TO_IGNORE option so we can selecgtively ignore certain windows compiler errors.