Skip to content

Commit

Permalink
disable bison on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Oct 25, 2023
1 parent ff239bd commit d128f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-distribution/tests/profiling/wasm-semantics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ITER=1
TESTDIR=.
KOMPILE_BACKEND=llvm
BENCHMARK_NAME=WASM-SEMANTICS
KOMPILE_FLAGS=--main-module WASM-TEST --syntax-module WASM-TEST-SYNTAX
KOMPILE_FLAGS=--main-module WASM-TEST --syntax-module WASM-TEST-SYNTAX --jit-parser

include ../kprofiling.mak

0 comments on commit d128f0c

Please sign in to comment.