ide;NewProjectDialog; setting fastMath to false for the Debug config of new projects.
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 25 Oct 2012 23:07:14 +0000 (19:07 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Thu, 25 Oct 2012 23:12:25 +0000 (19:12 -0400)
ide/src/dialogs/NewProjectDialog.ec

index 9ed169d..7843043 100644 (file)
@@ -82,6 +82,7 @@ class NewProjectDialog : Window
             options = 
             {
                optimization = none;
+               fastMath = false;
                debug = true;
                preprocessorDefinitions = { [ CopyString("_DEBUG") ] };
             };
@@ -390,6 +391,7 @@ class QuickProjectDialog : Window
             options = 
             {
                optimization = none;
+               fastMath = false;
                debug = true;
                preprocessorDefinitions = { [ CopyString("_DEBUG") ] };
             };