diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-07 23:37:41 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-07 23:37:41 +0530 |
| commit | 2761f8a533e2b025f209222a1e4ec70b91c7e8ee (patch) | |
| tree | bb1ce2dfbf3f35fb81f8080776a7cc35e0ed3e3a /build.c | |
| parent | 965bf81879b22a25fd9b0d17ce6defd3d51c6173 (diff) | |
thread spawning from the uci settings & best move & ponder is now sent
uci setup is ALMOST done, i can sense it
Diffstat (limited to 'build.c')
| -rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #include <time.h> #include <string.h> -#define CC "gcc", "-O3" +#define CC "gcc"//, "-O3" #define ENGINE_O "output/engine.o" #define UCI_O "output/uci.o" #define MAIN_O "output/main.o" |
