Replies: 1 comment 1 reply
-
Yes, there is. Passing
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi meson-python Team.
Thank you for this package. is it possible to increase verbosity?
When I do
pip install -vvv .
I would like to see compilation flags like (clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/homebrew/Caskroom/miniforge/base/envs/dipy-39-x86/include -fPIC -O2 -isystem /opt/homebrew/Caskroom/miniforge/base/envs/dipy-39-x86/include -I/opt/homebrew/Caskroom/miniforge/base/envs/dipy-39-x86/include/python3.9 -c test.c -o test.o -msse2 -mfpmath=sse
)but currently, it is hidden.
is there a way to do that? if not, should I create an issue ?
Thank you for the feedback!
Beta Was this translation helpful? Give feedback.
All reactions