Hi.
What do I need to do to see which compilation flags is passed to compiler in Build log window?
I want to see something like
g++ -c -O2 -Wextra -frtti -fexceptions -mthreads -Wall -o testhelper.o testhelper.cpp
But i see only
Compiling: testhelper.cpp
In another words, i want to see command line which passed to compiler.
Sorry for language mistakes or wrong forum, I am not English-speaking.