aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 748d5e2..6ed66b4 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ ifdef ASAN
CFLAGS += ${FSANITIZE}
endif
#--------------------------------------------------------------------------------------------------#
-ifdef POWER
+ifdef OPTI
CFLAGS += -march=ivybridge
CFLAGS += -O2
CFLAGS += -pipe
@@ -149,11 +149,11 @@ ifdef ASAN
@$(MAKE) --no-print-directory -C ${LFT_DIR} all ASAN=1
endif
ifdef POWER
- @$(MAKE) --no-print-directory -C ${LFT_DIR} all POWER=1
+ @$(MAKE) --no-print-directory -C ${LFT_DIR} all OPTI=1
else
@$(MAKE) --no-print-directory -C ${LFT_DIR} all
endif
- @$(MAKE) ${NAME}
+ @$(MAKE) --no-print-directory ${NAME}
#--------------------------------------------------------------------------------------------------#
clean:
ifeq (${OS}, Darwin)