diff options
Diffstat (limited to 'examples/Fibonacci')
-rw-r--r-- | examples/Fibonacci/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 71f6ba0ef5..d89119add7 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -10,6 +10,9 @@ LEVEL = ../.. TOOLNAME = Fibonacci EXAMPLE_TOOL = 1 +# To keep the shared library working, we link a few of the examples +# against it unconditionally. +ENABLE_SHARED = 1 # Link in JIT support LINK_COMPONENTS := jit interpreter nativecodegen |