summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc9202b0..926b86df 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ src/prebuilt/wast-parser-gen.cc: src/wast-parser.y
bison -o $@ $< --defines=src/prebuilt/wast-parser-gen.hh --report=state
src/prebuilt/wast-lexer-gen.cc: src/wast-lexer.cc
- re2c --no-generation-date -bc -o $@ $<
+ re2c --no-generation-date -bc8 -o $@ $<
# running CMake
$(foreach CONFIG,$(CONFIGS), \