Prepend `-std=c++xy` flag before user-supplied flags
Appending the automatically detected -std=c++xy
flag means any
user-provided flag will get silently overridden. Prepending it
instead makes it easier for users to override the default option as
they no longer have to set DISABLE_CXX_VERSION_CHECK
.