Blender Git Loki
Git Commits -> Revision 0d7e758
Revision 0d7e758 by Sergey Sharybin (master) June 22, 2018, 12:25 (GMT) |
CMake: Tweaks to removal of strict flags Silences the following strict flags from external libraries: - -Wclass-memaccess - -Wswitch - -Wtype-limits - -Wint-in-bool-context Needed to tweak macro a bit, since the old logic was wrong: we can not use CXX flags for C compiler, need way more strict separation between what goes where. |
Commit Details:
Full Hash: 0d7e758c91eadead5cfb3a67da5b95ec6d07773c
Parent Commit: a5f046f
Lines Changed: +20, -5