diff options
| author | Aleksey Filippov <alekseyf@google.com> | 2018-03-21 14:58:50 +0000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-23 21:10:04 +0200 |
| commit | 8b1e9a6f6aa563e8c2d6331bf2bb6df5c57f6a0e (patch) | |
| tree | dc1ca18bf60b86653c06b01ae45b122eae06162b /test cases/unit | |
| parent | 3b9f4098efb272cda174c1c9c27b675fdb25ed35 (diff) | |
| download | meson-8b1e9a6f6aa563e8c2d6331bf2bb6df5c57f6a0e.tar.gz | |
Enable b_ndebug on VisualStudioCCompiler
Diffstat (limited to 'test cases/unit')
| -rw-r--r-- | test cases/unit/25 ndebug if-release/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/unit/25 ndebug if-release/meson.build b/test cases/unit/25 ndebug if-release/meson.build index d45bd8676..4af2406d2 100644 --- a/test cases/unit/25 ndebug if-release/meson.build +++ b/test cases/unit/25 ndebug if-release/meson.build @@ -1,7 +1,3 @@ project('ndebug enabled', 'c') -if meson.get_compiler('c').get_id() == 'msvc' - error('MESON_SKIP_TEST b_ndebug is not supported on Visual Studio') -endif - executable('main', 'main.c') |
