chore: add compilation scripts for x64

This commit is contained in:
Jan
2025-04-06 12:30:20 +02:00
parent 481d301545
commit 37d52ae8da
5 changed files with 18 additions and 3 deletions

6
scripts/make-debug-x64.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Go to repository root
cd "$(dirname "$0")/.." || exit 2
make -C build -j$(nproc) config=debug_x64 all