Use unroll loops to optimize (and improve mantainability)

This commit is contained in:
Lorenzooone
2025-03-31 19:12:41 +02:00
parent c3939a056b
commit 994088d236
5 changed files with 184 additions and 281 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
export LANG=C.UTF-8
cmake -S . -B $1 $2
cmake -S . -B $1 -DCMAKE_BUILD_TYPE=Release $2
cmake --build $1 --config Release -j
cd $1
cpack -G ZIP