Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake defines DEBUG and TBB_USE_DEBUG for RelWithDebInfo ( non-WIN32) builds #272

Open
loopless opened this issue Feb 13, 2020 · 2 comments

Comments

@loopless
Copy link

loopless commented Feb 13, 2020

The Intel.CMake file defines DEBUG for the RelWithDebInfo build. This reduces the usefulness of the RelWithDebInfo for , say, profiling. I suggest that DEBUG should ONLY defined for the Debug configuration.

@loopless
Copy link
Author

OK this has been fixed in the latest version.

@loopless loopless reopened this Feb 14, 2020
@loopless
Copy link
Author

M y mistake, it has not been changed. intel.cmake defines DEBUG and TBB_USE_DEBUG in the RelWithDebInfo "Linux" build which is not really in the spirit of RelWithDebInfo and is different to the Win32 build.

@loopless loopless changed the title CMake defines "DEBUG CMake defines DEBUG and TBB_USE_DEBUG for RelWithDebInfo ( non-WIN32) builds Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant