sim: unify assert build settings

Move the --sim-enable-assert option up to the common dir so we only
test & export it once across all ports.
This commit is contained in:
Mike Frysinger
2021-06-06 18:45:05 -04:00
parent b15c5d7a51
commit dba333c1e4
131 changed files with 222 additions and 869 deletions

View File

@@ -99,5 +99,7 @@ if test "${enable_sim}" != no; then
fi
AM_CONDITIONAL([SIM_ENABLE_IGEN], [test "$sim_igen" = "yes"])
SIM_AC_OPTION_ASSERT
AC_CONFIG_FILES([Makefile])
AC_OUTPUT