about summary refs log tree commit diff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-11-20 11:05:57 +0100
committerPjotr Prins2025-11-20 11:05:57 +0100
commit7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add (patch)
treed85404f454a2af9eb5cb907881da245ea77a7371 /src/debug.cpp
parent3165580c4038cbf6bcd5798bbf541557581430e2 (diff)
downloadpangemma-7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add.tar.gz
Comments HEAD master
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 0aa4bfc..b26e173 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -139,6 +139,7 @@ inline int fedisableexcept(unsigned int excepts)
 
 #endif
 
+/*
 void enable_segfpe() {
   if (!is_fpe_check_mode() || is_legacy_mode()) return;
   #ifdef __GNUC__
@@ -159,6 +160,7 @@ void disable_segfpe() {
     #endif
   #endif
 }
+*/
 
 void write(const char *s, const char *msg) {
   if (!is_debug_data_mode() && !is_debug_dump_mode()) return;