[go: nahoru, domu]

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

Specify optimization flags for compilation #1

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

mszabo-wikia
Copy link

Due to a typo, we're not passing any CXXFLAGS when compiling dependencies that use CMake to generate their build systems. As far as I understand, CMake will not add any optimization related compiler flags unless an explicit target (e.g. Debug or Release) was specified, so we're currently building these dependencies without optimizations. Let's specify appropriate flags and ensure they're passed on in build_git.

Due to a typo, we're not passing any CXXFLAGS when compiling
dependencies that use CMake to generate their build systems. As far as
I understand, CMake will not add any optimization related compiler flags
unless an explicit target (e.g. Debug or Release) was specified, so
we're currently building these dependencies without optimizations. Let's
specify appropriate flags and ensure they're passed on in build_git.
@themech themech merged commit 93fcb2e into fandom_master Nov 25, 2022
@themech themech deleted the mcrouter-cxxflags branch November 25, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants