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: some new options have been added #67

Merged
merged 2 commits into from
Jul 9, 2019
Merged

Cmake: some new options have been added #67

merged 2 commits into from
Jul 9, 2019

Conversation

Deamhan
Copy link
Contributor

@Deamhan Deamhan commented Jul 9, 2019

#60

THREAD_SAVE_STATIC_INIT must be disabled if target if windows xp/2003 or you don't need it (performance penalty of ON state - something around 3%)

CPP_EXCEPTIONS_ONLY should be on because of huge performance penalty of /EHa

CMakeLists.txt: PEDANTIC_COMPILER_FLAGS, CPP_EXCEPTIONS_ONLY, THREAD_SAVE_STATIC_INIT, RELEASE_DEBUG_SYMBOLS options have been added
@utelle utelle merged commit 0102069 into utelle:master Jul 9, 2019
@Deamhan Deamhan deleted the cmake branch July 18, 2019 06:27
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

Successfully merging this pull request may close these issues.

2 participants