3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 16:45:32 +00:00

NDEBUG doesn't do anything

This commit is contained in:
Akash Levy 2024-08-05 16:46:00 -07:00
parent b4ae5e8574
commit 24f38678ac

View file

@ -34,7 +34,6 @@ ENABLE_PYOSYS := 1
ENABLE_GCOV := 0
ENABLE_GPROF := 0
ENABLE_DEBUG := 0
ENABLE_NDEBUG := 1
ENABLE_LTO := 1
ENABLE_CCACHE := 0
# sccache is not always a drop-in replacement for ccache in practice