Just wanted to verify what the precedence order is on compiler flags for the intel compilers is.
is the precedence that the last flag specified on the command line the one that wins?
I simply want to generate a binary that optimization level 3 "-O3" but that also includes debug symbols. "-g"
Will "-g -O3" do the trick?
Thanks
Rene