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 e2918ab commit 8e8ea14Copy full SHA for 8e8ea14
main.cpp
@@ -984,6 +984,10 @@ TEST_SUITE("Detours::Scan") {
984
}
985
986
987
+#ifndef _DEBUG
988
+#pragma optimize("", off)
989
+#endif
990
+
991
TEST_SUITE("Detours::RTTI") {
992
993
TEST_CASE("FindRTTI") {
@@ -1328,6 +1332,10 @@ TEST_SUITE("Detours::RTTI") {
1328
1332
1329
1333
1330
1334
1335
1336
+#pragma optimize("", on)
1337
1338
1331
1339
TEST_SUITE("Detours::Sync") {
1340
1341
typedef struct _EVENT_DATA {
0 commit comments