-
Notifications
You must be signed in to change notification settings - Fork 96
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
sys-cluster/glusterfs: enable LTO, disable O3 #807
base: master
Are you sure you want to change the base?
Conversation
LTO is enabled by default for debian builds, and is now safe to enable. O3 produces segfault when mounting a volume.
ab4b87a
to
2d2b345
Compare
I have used cflags only with "-pipe -march=native -O3" and it works correctly
|
LTO is enabled by default for debian builds, and is now safe to enable.
O3 produces segfault when mounting a volume.