Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy authored Jun 16, 2023
1 parent d6cf34e commit 99947e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target_link_libraries(msquictest inc gtest logging base_link)

# At least /W3 must be used on all windows builds to pass compliance
if(MSVC)
target_compile_options(msquictest PRIVATE /W3 /bigobj)
target_compile_options(msquictest PRIVATE /W3 /bigobj /fsanitize=address)
endif()

add_test(NAME msquictest
Expand Down

0 comments on commit 99947e8

Please sign in to comment.