3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-28 03:15:50 +00:00

Disable small

This commit is contained in:
Akash Levy 2024-11-01 14:57:16 -07:00
parent 4eb820a7ec
commit b7e51a90e4

View file

@ -96,7 +96,7 @@ EXTRA_TARGETS =
TARGETS = $(PROGRAM_PREFIX)yosys$(EXE) $(PROGRAM_PREFIX)yosys-config
PRETTY = 1
SMALL = 1
SMALL = 0
# Unit test
UNITESTPATH := tests/unit