Commit 57c2eb0d authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'disable_debugging_per_default' into 'main'

disable DEBUGGING per default

See merge request !1281
parents 5c6931f1 50f4c398
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
/* ################### Start DEBUGGING switches ########################### */

#ifndef RELEASE
#define DEBUGGING                               /* Activate debugging part of the code */
/* #define DEBUGGING */                               /* Activate debugging part of the code */
#endif
/*#define WMOPS*/                               /* Activate complexity and memory counters */
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */