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