Commit 0b745908 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Linux build fix

parent 0083bfba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

#ifndef OPTIONS_H
#define OPTIONS_H
#define DEBUGGING /*allows message printed out during run time */
//#define DEBUGGING /*allows message printed out during run time */
#ifdef DEBUGGING
#include "debug.h"
#endif