We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c54027 commit e9b385aCopy full SHA for e9b385a
1 file changed
tests/tests.cpp
@@ -7,14 +7,6 @@
7
#include <cstdio> // std::remove
8
#include <cstring> // std::strncmp
9
10
-#ifdef _DEBUG
11
-#pragma comment(lib, "Catch2d.Lib")
12
-//#pragma comment(lib, "manual-link/Catch2Maind.Lib")
13
-#else
14
-#pragma comment(lib, "Catch2.Lib")
15
-//#pragma comment(lib, "manual-link/Catch2Main.Lib")
16
-#endif
17
-
18
using namespace sqlite_orm;
19
20
TEST_CASE("Limits") {
0 commit comments