diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-08-25 14:45:38 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-08-26 13:03:49 +0800 |
commit | 4cd3fb78ee74ba8c1c06ba88d179777fa04e8bc1 (patch) | |
tree | a4d044994dccca9d31312acdf52362dcc567d184 /meson_options.txt | |
parent | 5bb84516689d562f6065f1859148371df2a6b0bc (diff) | |
download | gjs-4cd3fb78ee74ba8c1c06ba88d179777fa04e8bc1.tar.gz |
meson: Bring back Visual Studio build support
After applying the workarounds in the sources, we can now restore support for
builds that are done using Visual Studio. Builds on Windows are now supported
both via Visual Studio and clang-cl.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index edf61ca3..825ba77a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -16,7 +16,7 @@ option('dtrace', type: 'boolean', value: false, option('systemtap', type: 'boolean', value: false, description: 'Include systemtap trace support (requires -Ddtrace=true)') option('bsymbolic_functions', type: 'boolean', value: true, - description: 'Link with -Bsymbolic-functions linker flag used to avoid intra-library PLT jumps, if supported; not used for clang-cl builds') + description: 'Link with -Bsymbolic-functions linker flag used to avoid intra-library PLT jumps, if supported; not used for Visual Studio and clang-cl builds') option('spidermonkey_rtti', type: 'boolean', value: false, description: 'Needs to match SpiderMonkey\'s config option') option('skip_dbus_tests', type: 'boolean', value: false, |