Skip to content

Commit c7be312

Browse files
committed
simplify build.rs out_name
1 parent 1e381ef commit c7be312

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libmimalloc-sys/build.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ fn main() {
3131
} else {
3232
if cfg!(debug_assertions) {
3333
("./build", "mimalloc-debug")
34-
} else if cfg!(feature = "secure") {
35-
("./build", "mimalloc")
36-
} else {
34+
} else {
3735
("./build", "mimalloc")
3836
}
3937
};

0 commit comments

Comments
 (0)