Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[monodroid] Include enable_soft_breakpoints() in DEBUG (dotnet#1806)
Noticed the following warning in the build log. `enable_soft_breakpoints()` is called only when `DEBUG` is defined, so make sure we don't compile it when `DEBUG` is not defined. jni/monodroid-glue.c(2493,1): warning GF055929C: unused function 'enable_soft_breakpoints' [-Wunused-function] [/Users/rodo/git/xa2/src/monodroid/monodroid.csproj]
- Loading branch information