summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-06 16:33:21 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-06 16:33:21 +0200
commit13f137dde718a913750a6ec943fddf484a7186ea (patch)
tree7968517d0c3e4d0a14981d5a15d1cabf669dc9e6 /makefile
parent1ff712db7a86ed4c85ee01e0c109242a03b4917a (diff)
And one more (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index 1a15fe4a9d7..190d4f2ae33 100644
--- a/makefile
+++ b/makefile
@@ -71,6 +71,7 @@
# SSE2 = 1
# OPENMP = 1
# CPP11 = 1
+# FASTDEBUG = 1
###########################################################################
################## END USER-CONFIGURABLE OPTIONS ######################
@@ -477,6 +478,10 @@ ifdef CPP11
PARAMS += --CPP11='$(CPP11)'
endif
+ifdef FASTDEBUG
+PARAMS += --FASTDEBUG='$(FASTDEBUG)'
+endif
+
#-------------------------------------------------
# All scripts
#-------------------------------------------------