-
Notifications
You must be signed in to change notification settings - Fork 432
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
Configure/compile: cflags/cxxflags and compiler invocation #10367
Comments
Seems information found in
|
Yes, but I thought it might be nicer to include the extra flags in the summary output |
I am assuming we wanted to keep console output synthetic, @yosefe wdyt? |
I guess we can print the extra flags in a separate line |
@tonycurtis, can you please mention the list of flags you would like to see in configure output? |
I was thinking it would be nice to see the same command-line that shows up in Although I appreciate this could vary between certain modules? |
Yes i think it could depend. What about we try to add like below?
|
Looks ok! |
Can you please check #10378? |
Describe the bug
I was building UCX with different compiler options (.e.g. ARM SVE), and was confused/frustrated about why my CFLAGS/CXXFLAGS settings were not reported in the configure output at the end. Suggest that the output
etc. should be split into the compiler name (gcc, nvc, clang and so on) and what the CFLAGS etc. are
I see the extra CFLAGS from the environment variable only when I compile.
The text was updated successfully, but these errors were encountered: