debug: don't enable float exceptions by default
sometimes we just power through computations with invalid results to simplify conditionals.
This commit is contained in:
parent
5532f90de7
commit
8777d32b94
@ -80,7 +80,7 @@ util::debug::init [[gnu::constructor]] (void)
|
|||||||
{
|
{
|
||||||
if (debug_enabled || getenv("DEBUG")) {
|
if (debug_enabled || getenv("DEBUG")) {
|
||||||
LOG_INFO ("minimal debug setup");
|
LOG_INFO ("minimal debug setup");
|
||||||
enable_fpe ();
|
//enable_fpe ();
|
||||||
force_console ();
|
force_console ();
|
||||||
prepare_debugger ();
|
prepare_debugger ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user