From dba333c1e4051400983d3cb8b13c9c4a2d766e9c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Jun 2021 18:45:05 -0400 Subject: 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. --- sim/m4/sim_ac_common.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/m4') diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index 8ff2e2c..1df56e4 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -163,7 +163,6 @@ AC_DEFINE_UNQUOTED([WITH_PROFILE], [$sim_profile], [Sim profile settings]) AC_MSG_RESULT($sim_profile) -SIM_AC_OPTION_ASSERT SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE -- cgit v1.1