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 94f51ed commit 82e797dCopy full SHA for 82e797d
CMakeLists.txt
@@ -64,7 +64,7 @@ if(ASYNCPP_WITH_ASAN)
64
target_link_libraries(asyncpp_io PRIVATE libsancov.lib)
65
else()
66
target_compile_options(asyncpp_io PRIVATE -fsanitize=address)
67
- target_link_libraries(asyncpp_io PRIVATE asan)
+ target_link_libraries(asyncpp_io PRIVATE -fsanitize=address)
68
endif()
69
70
0 commit comments