diff options
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r-- | examples/Fibonacci/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index d89119add7..71f6ba0ef5 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -10,9 +10,6 @@ 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 |