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

Do not override CFLAGS #89

Merged
merged 1 commit into from Nov 27, 2017
Merged

Do not override CFLAGS #89

merged 1 commit into from Nov 27, 2017

Conversation

mscherer
Copy link
Contributor

@mscherer mscherer commented Sep 6, 2017

It seems to break on FreeBSD for some reason, and since --enable-debug
already take care of "-g -O0", we can skip that.

It seems to break on FreeBSD for some reason, and since --enable-debug
already take care of "-g -O0", we can skip that.
@@ -34,8 +34,9 @@ rm -rf $P/scratch;
mkdir -p $P/scratch;
cd $P/scratch;
rm -rf $P/install;
export CFLAGS="-Wall ${werror}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we copy over the -O0 too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed, it come with --enable-debug in configure.

@nigelbabu nigelbabu merged commit 2405776 into gluster:master Nov 27, 2017
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.

None yet

3 participants