aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/igen/local.mk')
-rw-r--r--sim/igen/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/igen/local.mk b/sim/igen/local.mk
index bf984db..5d55295 100644
--- a/sim/igen/local.mk
+++ b/sim/igen/local.mk
@@ -22,7 +22,7 @@
# igen leaks memory, and therefore makes AddressSanitizer unhappy. Disable
# leak detection while running it.
IGEN = %D%/igen$(EXEEXT)
-IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN)
+IGEN_RUN = ASAN_OPTIONS=detect_leaks=0 $(IGEN) $(IGEN_FLAGS_SMP)
## This makes sure igen is available before building the arch-subdirs which
## need to run the igen tool.