From 5e64dbec81504aaacac1e733edd5230f59670466 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 13 Jul 2024 21:36:02 +0300 Subject: make tests only compile once + Select between jit/bytecode with a runtime parameter --- tests/do_jit.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/do_jit.h') diff --git a/tests/do_jit.h b/tests/do_jit.h index 637ed7d..5be682b 100644 --- a/tests/do_jit.h +++ b/tests/do_jit.h @@ -1,12 +1,6 @@ #ifndef DOJIT_H #define DOJIT_H -#ifdef FORCE_BCODE -static bool do_jit = false; -#else -static bool do_jit = true; -#endif - #define erf3 ejit_run_func_3 #define erf2 ejit_run_func_2 #define erf1 ejit_run_func_1 -- cgit v1.2.3