diff options
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,3 +37,6 @@ features = [ [features] profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"] +[profile.release] +overflow-checks = true + |
![]() |
index : github/niri.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 3 |
@@ -37,3 +37,6 @@ features = [ [features] profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"] +[profile.release] +overflow-checks = true + |