aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/2 extmodule/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/2 extmodule/meson.build')
-rw-r--r--test cases/python/2 extmodule/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/python/2 extmodule/meson.build b/test cases/python/2 extmodule/meson.build
index 239492c..8332afd 100644
--- a/test cases/python/2 extmodule/meson.build
+++ b/test cases/python/2 extmodule/meson.build
@@ -1,5 +1,5 @@
project('Python extension module', 'c',
- default_options : ['buildtype=release'])
+ default_options : ['buildtype=release', 'werror=true'])
# Because Windows Python ships only with optimized libs,
# we must build this project the same way.