From 7849f19829d233858de4c2156f87be57bc51d774 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 31 Dec 2023 14:55:01 +0100 Subject: Refactor CW call into #define --- src/simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simulator') diff --git a/src/simulator/Makefile b/src/simulator/Makefile index a93e741..40b113b 100644 --- a/src/simulator/Makefile +++ b/src/simulator/Makefile @@ -82,7 +82,7 @@ endif # MAX_NUMBER_OF_TASKS = max pthreads used in the POSIX port. # Default value is 64 (_POSIX_THREAD_THREADS_MAX), the minimum number required by POSIX. -CFLAGS += -DMAX_NUMBER_OF_TASKS=300 -DSIMULATOR +CFLAGS += -DMAX_NUMBER_OF_TASKS=300 -DSIMULATOR -fsanitize=undefined CFLAGS += $(INCLUDES) $(CWARNS) -O2 -- cgit v1.2.3