summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/makefile b/makefile
index 5d717c234ef..f3e3810f437 100644
--- a/makefile
+++ b/makefile
@@ -94,7 +94,6 @@
# LTO = 1
# SSE2 = 1
# OPENMP = 1
-# FASTDEBUG = 1
# SEPARATE_BIN = 1
# PYTHON_EXECUTABLE = python3
@@ -810,10 +809,6 @@ ifdef OPENMP
PARAMS += --OPENMP='$(OPENMP)'
endif
-ifdef FASTDEBUG
-PARAMS += --FASTDEBUG='$(FASTDEBUG)'
-endif
-
ifdef SEPARATE_BIN
PARAMS += --SEPARATE_BIN='$(SEPARATE_BIN)'
endif