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

Fix build issue with optimisation flags. #37

Merged
merged 1 commit into from
Sep 6, 2015
Merged

Fix build issue with optimisation flags. #37

merged 1 commit into from
Sep 6, 2015

Conversation

naedanger
Copy link
Contributor

CMake automatically adds -O3 flag through CMAKE_CXX_FLAGS_RELEASE,
which clobbers -O2 set in CMAKE_CXX_FLAGS. Verify fix with
'make VERBOSE=1'.

CMake automatically adds -O3 flag through CMAKE_CXX_FLAGS_RELEASE,
which clobbers -O2 set in CMAKE_CXX_FLAGS. Verify fix with
'make VERBOSE=1'.
ben-crowhurst added a commit that referenced this pull request Sep 6, 2015
Fix build issue with optimisation flags.
@ben-crowhurst ben-crowhurst merged commit b5e6e7a into Corvusoft:master Sep 6, 2015
@ben-crowhurst ben-crowhurst added this to the 3.5 milestone Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants