3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

Disable libedit

This commit is contained in:
Akash Levy 2025-04-18 11:40:52 -07:00
parent ba921e35ab
commit 892ab99f40

View file

@ -12,7 +12,7 @@ ENABLE_ABC := 1
ENABLE_GLOB := 1
ENABLE_PLUGINS := 0
ENABLE_READLINE := 0
ENABLE_EDITLINE := 1
ENABLE_EDITLINE := 0
ENABLE_GHDL := 0
ENABLE_SLANG := 0
ENABLE_VERIFIC := 1