]> Repositorios git - scryer-prolog.git/commitdiff
remove debug symbols from release builds (#2054)
authorMark <[email protected]>
Wed, 27 Sep 2023 19:53:33 +0000 (13:53 -0600)
committerMark <[email protected]>
Wed, 27 Sep 2023 19:53:33 +0000 (13:53 -0600)
Cargo.toml

index dbf7cfc05739f3f78134dc8021afd1f579ca848c..5fb0db694918627df88a21b96cffacb8fb456918 100644 (file)
@@ -110,7 +110,4 @@ predicates-core = "1.0.2"
 serial_test = "2.0.0"
 
 [patch.crates-io]
-modular-bitfield = { git = "https://github.com/mthom/modular-bitfield" }
-
-[profile.release]
-debug = true
+modular-bitfield = { git = "https://github.com/mthom/modular-bitfield" }
\ No newline at end of file