diff options
Diffstat (limited to 'SEL/Makefile')
-rw-r--r-- | SEL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SEL/Makefile b/SEL/Makefile index 1dc1cff..9999ba7 100644 --- a/SEL/Makefile +++ b/SEL/Makefile @@ -5,7 +5,7 @@ ENERGY ?= 0 WITH_ALLOC_OVERHEAD ?= 0 WITH_LOAD_OVERHEAD ?= 0 WITH_FREE_OVERHEAD ?= 0 -PARALLEL_READ ?= 1 +PARALLEL_READ ?= 0 COMMON_INCLUDES := support HOST_SOURCES := $(wildcard host/*.c) |