diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-30 23:45:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-01 00:54:39 +0100 |
| commit | 42d11b68812108ccda802d0ff950b5299d08e40a (patch) | |
| tree | c67b5fad9af6148d722aef9770971466cc0ca54c /cscript | |
| parent | e30a2d522f0a5e29ed13254e8cac0c0b3e91cedc (diff) | |
Add sentry crash reporting on Windows.sentry
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -583,6 +583,10 @@ def configure_options(target, options, for_package=False): ): opt += ' --enable-grok' + + if target.platform == 'windows': + opt += ' --enable-sentry' + if build_with_cpp17(target): opt += ' --c++17' |
