feat: Initial support for 3.3.5x
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user