use unsigned int for compiler optimization

This commit is contained in:
2025-09-24 15:57:34 +02:00
parent 8cc23ce9e6
commit e65cf7e37c
10 changed files with 58 additions and 76 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
branches: ["master"]
env:
GCC_ARGS: src/*.c src/*.h
GCC_ARGS: src/*.c src/*.h -Ofast
TARGET: margen
TEST_ARGS: ""