Skip to content

Commit

Permalink
[runtime] Re-enable the gc pump by default for debug simulator/mac bu…
Browse files Browse the repository at this point in the history
…ilds. (#50)
  • Loading branch information
rolfbjarne authored and spouliot committed May 13, 2016
1 parent 0d376c5 commit d967771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/runtime.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
bool xamarin_detect_unified_build = false;
#endif
bool xamarin_use_new_assemblies = false;
#if DEBUG && (defined (__i386__) || defined (__x86_64__))
bool xamarin_gc_pump = true;
#else
bool xamarin_gc_pump = false;
#endif
#if MONOMAC
// FIXME: implement release mode for monomac.
bool xamarin_debug_mode = true;
Expand Down

0 comments on commit d967771

Please sign in to comment.