Small performance improvements
This commit is contained in:
@@ -6,6 +6,9 @@ fn main() {
|
|||||||
.include(Path::new("shrooms-vb-core/core"))
|
.include(Path::new("shrooms-vb-core/core"))
|
||||||
.opt_level(2)
|
.opt_level(2)
|
||||||
.flag_if_supported("-fno-strict-aliasing")
|
.flag_if_supported("-fno-strict-aliasing")
|
||||||
|
.define("VB_LITTLE_ENDIAN", None)
|
||||||
|
.define("VB_SIGNED_PROPAGATE", None)
|
||||||
|
.define("VB_DIV_GENERIC", None)
|
||||||
.file(Path::new("shrooms-vb-core/core/vb.c"))
|
.file(Path::new("shrooms-vb-core/core/vb.c"))
|
||||||
.compile("vb");
|
.compile("vb");
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
Submodule shrooms-vb-core updated: b4b9131f39...7e31fbd582
Reference in New Issue
Block a user