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

--enable-developer overwrites command line CXXFLAGS, after promising not to... #443

Open
captainkirk99 opened this issue Dec 6, 2020 · 0 comments

Comments

@captainkirk99
Copy link
Collaborator

We have option:

AC_ARG_ENABLE([developer],
    [AS_HELP_STRING([--enable-developer],
    [Developer mode: Won't override CXXFLAGS on the command line])]
)

However, in spite of that fine promise, it does in fact override CXXFLAGS on the command line. ;-)

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 a pull request may close this issue.

1 participant