mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 12:47:08 +00:00
- We add a new path for supporting universal builds without #embed . `xxd` causes the compiler to run out of memory, so instead we embed it as a string literal created at compile time.
- This file is created in `net.sh`, and only if `--embed-dir` isn't supported + we are doing a universal build.
- This was necessary because Android NDK seems to not support embed, idk why
- A couple other Makefile tweaks were necessary for the Android path.
- While we're at it, remove the non-universal arm64 windows and android binaries.
closes https://github.com/official-stockfish/Stockfish/pull/6827
No functional change
22 lines
324 B
Plaintext
22 lines
324 B
Plaintext
# Files from build
|
|
**/*.o
|
|
**/*.s
|
|
src/.depend
|
|
src/temp_builds
|
|
src/universal/network_dump.inc
|
|
.build_sha.txt
|
|
.build_date.txt
|
|
|
|
# Built binary
|
|
src/stockfish*
|
|
src/-lstdc++.res
|
|
|
|
# Neural network for the NNUE evaluation
|
|
**/*.nnue
|
|
|
|
# Files generated by the instrumented tests
|
|
tsan.supp
|
|
__pycache__/
|
|
tests/syzygy
|
|
tests/bench_tmp.epd
|