aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3d50df3..e943d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -139,9 +139,6 @@ ifeq (${OS}, Darwin)
endif
ifdef ASAN
@$(MAKE) --no-print-directory -C ${LFT_DIR} all ASAN=1
-endif
-ifdef POWER
- @$(MAKE) --no-print-directory -C ${LFT_DIR} all OPTI=1
else
@$(MAKE) --no-print-directory -C ${LFT_DIR} all
endif