Blender Git Commit Log
Git Commits -> Revision 74bcb32
Revision 74bcb32 by Ankit Meel (master) September 26, 2020, 17:42 (GMT) |
macOS: Remove ASan debug flags from release config. Setting `PLATFORM_LINKLIBS` is not required for clang, compiler and linker flags are enough. Note that the change made in {rBa4c5811e2127}) to `platform_apple.cmake` (appending to `PLATFORM_CFLAGS`) has not been reverted. platform file shouldn't be overwriting the flags. `PLATFORM_LINKFLAGS` is overwritten by `platform_apple.cmake`, so no point in setting it. Fixing that like `PLATFORM_CFLAGS` is out of the scope of this change. `PLATFORM_LINKFLAGS_DEBUG` has been replaced with generator expression to include RelWithDebInfo and MinSizeRel build types also. |
Commit Details:
Full Hash: 74bcb32c9f02a99ffa4b441aa5caa3e96f5be91f
Parent Commit: e7bb783
Lines Changed: +7, -7
1 Modified Path:
/CMakeLists.txt (+7, -7) (Diff)