Compile definitions not added properly with build types RelWithDebInfo and MinSizeRel #1447
Unanswered
TheGoldMonkey
asked this question in
Q&A
Replies: 1 comment
-
I'm aware that I'm not using the standard names. This is unfortunately something I started with and something I'd rather not change as I don't know who depends on these now. In your particular case, I think you can just define |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are default build types in CMake: https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html, however the generator expressions based on build type do not add compile definitions properly here: https://github.com/jrouwe/JoltPhysics/blob/master/Jolt/Jolt.cmake#L583-L590
Beta Was this translation helpful? Give feedback.
All reactions