diff options
| author | 2015-04-06 16:33:21 +0200 | |
|---|---|---|
| committer | 2015-04-06 16:33:21 +0200 | |
| commit | 13f137dde718a913750a6ec943fddf484a7186ea (patch) | |
| tree | 7968517d0c3e4d0a14981d5a15d1cabf669dc9e6 /makefile | |
| parent | 1ff712db7a86ed4c85ee01e0c109242a03b4917a (diff) | |
And one more (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 #------------------------------------------------- |
