Blender Git Commit Log
Git Commits -> Revision 14608c5
Revision 14608c5 by Ray molenkamp (master) August 26, 2020, 15:16 (GMT) |
Cleanup: Fix MSVC warning regarding flags in bullet For bullet we compile at /W0 for MSVC but we did not remove the standard /W3 flag. Leading to the following warning: Command line warning D9025 : overriding '/W3' with '/W0' This change removes the W3 flag for bullet to get rid of the warning. |
Commit Details:
Full Hash: 14608c5e86af35df02035c211d8e778ecec63cba
Parent Commit: 2ef5fab
Lines Changed: +2, -1
1 Modified Path:
/extern/bullet2/CMakeLists.txt (+2, -1) (Diff)