Skip to content

Commit 659b986

Browse files
committed
Tweak release profile to prevent false-positive threat detection on Windows
1 parent c9ae99d commit 659b986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ members = [ "ocpq_cli",
77
]
88

99
[profile.release]
10-
strip = true
10+
# strip = true
1111
panic = 'abort'
1212
opt-level = 3
1313
lto = 'fat'
14-
codegen-units = 1
14+
# codegen-units = 1

0 commit comments

Comments
 (0)