diff --git a/src/main.cpp b/src/main.cpp index 4ad276d..0c3e53b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,5 @@ +#ifdef TOOLKIT_DEBUG_MODE + #include #include using namespace std; @@ -9,3 +11,4 @@ int main(int argc, char** argv) cout<<*str<<"\n"; return 0; } +#endif // !TOOLKIT_DEBUG_MODE \ No newline at end of file