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 641e737 commit 3f17a93Copy full SHA for 3f17a93
runtime/platform/test/CMakeLists.txt
@@ -33,8 +33,9 @@ et_cxx_test(
33
#
34
# et_cxx_test(platform_death_test SOURCES executor_pal_death_test.cpp)
35
36
-# No weak function symbols Windows/MSVC, thus PAL intercept is not supported.
37
-if(NOT WIN32)
+# No weak function symbols on Windows/MSVC, thus PAL intercept doesn't work.
+# Skip logging tests in Release mode.
38
+if(NOT WIN32 AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
39
et_cxx_test(logging_test SOURCES logging_test.cpp stub_platform.cpp)
40
set_source_files_properties(
41
logging_test.cpp PROPERTIES COMPILE_DEFINITIONS "ET_MIN_LOG_LEVEL=Debug"
0 commit comments