diff options
Diffstat (limited to 'src/GNUmakefile')
| -rw-r--r-- | src/GNUmakefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile index f61ae63..802b568 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -84,7 +84,7 @@ ifdef GENETIC endif ifdef DEBUG - PROFILE += -g -O2 -DDEBUG + PROFILE += -g -DDEBUG BINARY = _typhoon else PROFILE += -g -O3 -ffast-math -finline-functions @@ -153,6 +153,12 @@ endif ifdef CALIBRATE_MARGIN_SAFETY PROFILE += -DCALIBRATE_MARGIN_SAFETY endif +ifdef DIAG_NO_QSEARCH_FUTILITY +PROFILE += -DDIAG_NO_QSEARCH_FUTILITY +endif +ifdef CALIBRATE_QSEARCH_FUTILITY +PROFILE += -DCALIBRATE_QSEARCH_FUTILITY +endif endif # EVERYTHING # Short commit hash (plus a -dirty suffix if the working tree has @@ -187,7 +193,8 @@ ifdef TEST # OBJS += testdraw.o testmove.o testfen.o testgenerate.o \ testsan.o testics.o testeval.o testbitboard.o \ - testhash.o testsee.o testsearch.o testsup.o + testhash.o testsee.o testsearch.o testsup.o \ + testrecogn.o PROFILE += -DTEST else ifdef EVAL_DUMP |
