summaryrefslogtreecommitdiff
path: root/src/wasm-as.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-as.cpp')
-rw-r--r--src/wasm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-as.cpp b/src/wasm-as.cpp
index c2a8abc6e..37085a350 100644
--- a/src/wasm-as.cpp
+++ b/src/wasm-as.cpp
@@ -49,7 +49,7 @@ int main(int argc, const char *argv[]) {
if (options.debug) std::cerr << "w-parsing..." << std::endl;
AllocatingModule wasm;
- SExpressionWasmBuilder builder(wasm, *root[0], [&]() { abort(); });
+ SExpressionWasmBuilder builder(wasm, *root[0], [&]() { abort(); }, false);
if (options.debug) std::cerr << "binarification..." << std::endl;
BufferWithRandomAccess buffer(options.debug);