Hi, Is there a reason (other than "it's not supported" or "you shouldn't be doing that") why options specified on the commandline with configure.optflags aren't passed to the linker too? I use this argument regularly to add -march=native and/or -g to the build flags, and of course both ought to be used when linking, too ... R.