all:
	armv7a-linux-androideabi21-clang++ -o rubichess_20250606_ja_armv7a glob.cpp -mthumb -march=armv7-a -mfloat-abi=softfp -mfpu=neon \
	-lm -latomic -m32 -stdlib=libc++ -fPIE -static-libstdc++ -pie -std=c++20 -flto=auto -Ofast -pipe -finline-functions \
	-mpopcnt -pthread -fuse-ld=lld -MMD -MP -ffast-math -funroll-loops -fno-rtti -fstrict-aliasing -fomit-frame-pointer -s \
	-DUSE_ZLIB -Lzlib -Izlib -lz -DNNUEINCLUDED=net.nnue net.o -DUSE_NEON \
	
	
   #  C:/NDK/toolchains/llvm/prebuilt/windows-x86_64/bin/ld.exe -r -b binary -m armelf_linux_eabi net.nnue -o net.o    <   enter on command line before running make
	
