Skip to content

Commit

Permalink
build.gradle: re-order C++ defines
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 18, 2025
1 parent ee4cc02 commit 7842912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ model {
if (isDebug) {
cppCompiler.define 'JPH_DEBUG_RENDERER'
//cppCompiler.define 'JPH_DET_LOG' // to implement the determinism log
//cppCompiler.define 'JPH_TRACK_NARROWPHASE_STATS' // to collect statistics
cppCompiler.define 'JPH_ENABLE_ASSERTS'
//cppCompiler.define 'JPH_TRACK_NARROWPHASE_STATS' // to collect statistics
} else {
cppCompiler.define 'JPH_NO_DEBUG'
}
Expand Down

0 comments on commit 7842912

Please sign in to comment.