Skip to content

Commit e65cfc7

Browse files
authored
Merge pull request #2130 from The-OpenROAD-Project-staging/yosys-rm-NDEBUG
Remove ENABLE_NDEBUG from the yosys build
2 parents e3f94ea + 5280685 commit e65cfc7

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)