mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-19 23:24:22 -05:00
Use unroll loops to optimize (and improve mantainability)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user