From 5061acff43e6144a1c96ce079a275601c63235e7 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 15 Dec 2023 21:23:14 -0700 Subject: [PATCH] Don't enable force-debug by default --- sys/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 90a2183..1966542 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -41,8 +41,6 @@ include = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["force-debug"] - coreml = [] cuda = [] opencl = []