diff options
Diffstat (limited to 'sim/m32r/configure')
-rwxr-xr-x | sim/m32r/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32r/configure b/sim/m32r/configure index 1ceca63..1ad5574 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -3408,7 +3408,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then echo "Setting sim profile = $sim_profile" 6>&1 fi else - sim_profile="" + sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1" fi |