aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/filter/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/filter/makefile')
-rw-r--r--dist/examples/cxx/hybrid/filter/makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/filter/makefile b/dist/examples/cxx/hybrid/filter/makefile
index b89536e..586a166 100644
--- a/dist/examples/cxx/hybrid/filter/makefile
+++ b/dist/examples/cxx/hybrid/filter/makefile
@@ -11,7 +11,11 @@ EXTRA_XSDFLAGS += --no-long-long
endif
ifeq ($(XSDE_PARSER_VALIDATION),n)
-EXTRA_XSDFLAGS += --suppress-validation
+EXTRA_XSDFLAGS += --suppress-parser-val
+endif
+
+ifeq ($(XSDE_SERIALIZER_VALIDATION),n)
+EXTRA_XSDFLAGS += --suppress-serializer-val
endif
ifeq ($(XSDE_REUSE_STYLE),mixin)