Skip to content

Commit 5280685

Browse files
committed
Remove ENABLE_NDEBUG from the yosys build
The yosys team have expressed concern about disabling asserts in #2110 so they are re-enabled here. This will also disable the -Os to -O3 change. The next monthly release of yosys should change the default to -O3 so we will get that back soon. Signed-off-by: Matt Liberty <[email protected]>
1 parent e3f94ea commit 5280685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_openroad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OPENROAD_APP_BRANCH="master"
2020
INSTALL_PATH="$(pwd)/tools/install"
2121

2222
YOSYS_USER_ARGS=""
23-
YOSYS_ARGS="CONFIG=clang ENABLE_NDEBUG=1"
23+
YOSYS_ARGS="CONFIG=clang"
2424

2525
OPENROAD_APP_USER_ARGS=""
2626
OPENROAD_APP_ARGS=""

0 commit comments

Comments
 (0)