diff options
Diffstat (limited to 'src/GNUmakefile')
| -rw-r--r-- | src/GNUmakefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index dbb74cf..ef80e95 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -4,7 +4,6 @@ # TEST=1: include self-test code in the binary produced # ASM=1: create assembly code, does not link final binary # EVAL_DUMP=1: make a version that can dump eval breakdowns -# EVAL_HASH=1: hash eval scores # EVAL_TIME=1: make a version that counts cycles spent in eval # PERF_COUNTERS=1: make version with perf counters enabled # BOUNDS_CHECKING=1: make version with bounds checking enabled @@ -91,14 +90,11 @@ ifdef CROUTINES endif ifdef EVERYTHING -PROFILE += -DEVAL_DUMP -DEVAL_HASH -DEVAL_TIME -DPERF_COUNTERS -DMP -DSMP -DTEST_NULL -DDUMP_TREE -fbounds-checking +PROFILE += -DEVAL_DUMP -DEVAL_TIME -DPERF_COUNTERS -DMP -DSMP -DTEST_NULL -DDUMP_TREE -fbounds-checking else ifdef EVAL_DUMP PROFILE += -DEVAL_DUMP endif -ifdef EVAL_HASH -PROFILE += -DEVAL_HASH -endif ifdef EVAL_TIME PROFILE += -DEVAL_TIME endif |
