From 3049658aaa2ee9c0831e515d2f77dd43721793af Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 17 Oct 2020 16:09:49 +0100 Subject: [PATCH] hide --ffast-math mono option.. stay within IEEE754 --- bin/opensim.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/opensim.sh b/bin/opensim.sh index b0c5722c6a..aaa9649b65 100755 --- a/bin/opensim.sh +++ b/bin/opensim.sh @@ -3,4 +3,3 @@ ulimit -s 1048576 # next option may improve SGen gc (for opensim only) you may also need to increase nursery size on large regions #export MONO_GC_PARAMS="minor=split,promotion-age=14" mono --desktop -O=all OpenSim.exe -#mono --desktop -ffast_math -O=all OpenSim.exe