feat: Initial support for 3.3.5x

This commit is contained in:
amizing25
2025-05-22 13:47:15 +07:00
parent 284e5cd48e
commit ac5ef9706f
7 changed files with 21160 additions and 18801 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ sdkserver = { path = "sdkserver/" }
gameserver = { path = "gameserver/" }
[profile.release]
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
strip = true # Automatically strip symbols from the binary.
lto = true
codegen-units = 1