Skip to content

Commit

Permalink
bump cmidi2 and finally remove optimization workaround for #194
Browse files Browse the repository at this point in the history
We can say this fixes #194.
  • Loading branch information
atsushieno committed Feb 6, 2024
1 parent 650e04f commit 5a5d758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions androidaudioplugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
// FIXME: remove this once we figure out how to work around this issue: https://github.com/atsushieno/aap-core/issues/194
externalNativeBuild {
cmake {
arguments ("-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O1 -g -DNDEBUG -finline -fslp-vectorize -fvectorize")
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion external/cmidi2
Submodule cmidi2 updated 1 files
+1 −7 cmidi2.h

0 comments on commit 5a5d758

Please sign in to comment.