aboutsummaryrefslogtreecommitdiff
path: root/tests/do_jit.h
blob: d0d4921a4f2b2dd65f9900256a71ea28c5fbc5a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef DOJIT_H
#define DOJIT_H

#ifdef FORCE_BCODE
static bool do_jit = false;
#else
static bool do_jit = true;
#endif

#endif /* DOJIT_H */