Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 1d04bd0

Browse files
author
David Karlaš
authored
Merge pull request #9446 from mono/dev/davkar/disable_omit_fp
SetEnv MONO_DEBUG=disable_omit_fp
2 parents 5318697 + 7c3fd66 commit 1d04bd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main/build/MacOSX/monostub.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@
292292
setenv ("MONO_THREADS_SUSPEND", "preemptive", 0);
293293

294294
setenv ("MONO_GC_PARAMS", "major=marksweep-conc,nursery-size=8m", 0);
295+
296+
setenv ("MONO_DEBUG", "disable_omit_fp", 0);
295297

296298
void *libmono = dlopen ("libmonosgen-2.0.dylib", RTLD_LAZY);
297299

0 commit comments

Comments
 (0)