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

Configuration/Build: advertised override of compile flags using --with-cflags / --with-cxxflags does not work #3

Closed
svigerske opened this issue Feb 22, 2020 · 6 comments
Labels
bug Something isn't working libadolc minor

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: @utke1

Original creation time: 2010-02-10 22:32:02

Assignee: somebody

Version:

when configure e.g. with -O0 then the compile command still contains (later in the command)-O2 which
configure -h shows as the default:

--with-cflags=FLAGS use CFLAGS=FLAGS (default: -O2)
--with-cxxflags=FLAGS use CXXFLAGS=FLAGS (default: -O2)

e.g. compile string:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../.. -I../.. -g -O0 -pedantic -ansi -Wall -DADOLC_INTERNAL=1 -g -O2 -MT hos_forward.lo -MD -MP -MF .deps/hos_forward.Tpo -c hos_forward.c -fPIC -DPIC -o .libs/hos_forward.o

@svigerske svigerske added bug Something isn't working libadolc minor labels Feb 22, 2020
@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-02-23 11:07:45

I will check this asap

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-02-23 11:07:45

Remove assignee somebody.

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-02-23 11:10:07

fixed by change of configure file

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-02-23 11:10:07

Set assignee to @awalther1.

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-02-23 11:10:07

Changing status from new to assigned.

@svigerske
Copy link
Member Author

Comment by @awalther1 created at 2010-03-03 18:43:12

Resolution: fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libadolc minor
Projects
None yet
Development

No branches or pull requests

1 participant