only debug mode will toolkit have main function
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifdef TOOLKIT_DEBUG_MODE
|
||||
|
||||
#include <iostream>
|
||||
#include <toolkit.h>
|
||||
using namespace std;
|
||||
@@ -9,3 +11,4 @@ int main(int argc, char** argv)
|
||||
cout<<*str<<"\n";
|
||||
return 0;
|
||||
}
|
||||
#endif // !TOOLKIT_DEBUG_MODE
|
||||
Reference in New Issue
Block a user