Skip to content

Commit

Permalink
Upgrade Jolt, patch in JPH_DEBUG_RENDERER for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Apr 20, 2024
1 parent 32195f6 commit 7c77a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jolt-sys/JoltC
2 changes: 2 additions & 0 deletions crates/jolt-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ fn main() {
fn build_flags() -> Vec<(&'static str, &'static str)> {
let mut flags = Vec::new();

flags.push(("JPH_DEBUG_RENDERER", "ON"));

if cfg!(feature = "double-precision") {
flags.push(("JPC_DOUBLE_PRECISION", "ON"));
flags.push(("JPH_DOUBLE_PRECISION", "ON"));
Expand Down

0 comments on commit 7c77a64

Please sign in to comment.