summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorPeter Harris <pharris2@rocketsoftware.com>2025-05-12 14:51:07 -0400
committerDylan Baker <dylan@pnwbakers.com>2025-05-13 09:44:22 -0700
commit043ff22fc732ac25fab9b1d59e66cc59c493d07f (patch)
treede8e8efe0a2dd4c1d0039f48ad3b9560559accce /cross
parent25854d75846ea9fea357e3b28c5242ffe48dda79 (diff)
downloadmeson-043ff22fc732ac25fab9b1d59e66cc59c493d07f.tar.gz
cpp: Fix cpp_std=vc++14
Fixes a regression introduced in commit d37d649b08b8 "Make all Meson level options overridable per subproject." This change results in every file printing the warning "cl : Command line warning D9002 : ignoring unknown option '/std:vc++14'" Now that "get_option_..." is called before overwriting the option (instead of after), we have to operate on compiler options, not meson options. There is no such compiler option as /std:vc++14 (the meson option vc++xx is split into /std:c++xx for the C++ standard version, and a separate flag that enables Microsoft extensions). Remove the mapping from c++14 to vc++14.
Diffstat (limited to 'cross')
0 files changed, 0 insertions, 0 deletions