From 06df86aae3618cd957a0538693bfabb01487b23d Mon Sep 17 00:00:00 2001 From: Johann Klammer Date: Thu, 23 Feb 2017 19:42:37 +0100 Subject: add options for edif flavors *to force renames on wide ports *to choose array delimiters *to choose up or downwards indices --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a6779334e..76163d823 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,9 @@ CONFIG := clang # CONFIG := msys2 # features (the more the better) -ENABLE_TCL := 1 -ENABLE_ABC := 1 -ENABLE_PLUGINS := 1 +ENABLE_TCL := 0 +ENABLE_ABC := 0 +ENABLE_PLUGINS := 0 ENABLE_READLINE := 1 ENABLE_VERIFIC := 0 ENABLE_COVER := 1 -- cgit v1.2.3