Blender Git Commit Log

Git Commits -> Revision bbf00a6

Revision bbf00a6 by Ray molenkamp (master)
August 27, 2020, 04:20 (GMT)
Cleanup: Fix build warning with MSVC and OSL

OSL requires RTTI to be off, this is done with the /GR- flag for
MSVC, however /GR is in the default CXX flags leading to warning

D9025 : overriding '/GR' with '/GR-'

which cannot be suppressed.

/GR is on by default and this flag is not required, so removing
it from the default CXX flags makes it possible later use /GR-
without generating warnings.

Commit Details:

Full Hash: bbf00a6231759f4a6426d6c28be723a915c3a02b
Parent Commit: 7f3febf
Lines Changed: +7, -0

1 Modified Path:

/build_files/cmake/platform/platform_win32.cmake (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021