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

Don't force compiler flags #8

Merged
merged 1 commit into from
Oct 16, 2018
Merged

Don't force compiler flags #8

merged 1 commit into from
Oct 16, 2018

Conversation

AMDmi3
Copy link
Contributor

@AMDmi3 AMDmi3 commented Oct 16, 2018

Applications generally may not override optimization and debug flags, which may be provided by the environment.
Forcing -O2 and -DNODEBUG also disallows debug builds unconditionally. CMake has build types (cmake -DCMAKE_BUILD_TYPE=Release/Debug) to handle this.

Applications generally may not override optimization and debug flags, which may be provided by the environment.
Forcing -O2 and -DNODEBUG also disallows debug builds unconditionally. CMake has build types (`cmake -DCMAKE_BUILD_TYPE=Release/Debug`) to handle this.
@CLAassistant
Copy link

CLAassistant commented Oct 16, 2018

CLA assistant check
All committers have signed the CLA.

@viewizard viewizard merged commit 7999858 into viewizard:master Oct 16, 2018
@AMDmi3 AMDmi3 deleted the patch-1 branch October 16, 2018 17:23
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.

3 participants