Skip to content

Commit

Permalink
Edit CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 16, 2025
1 parent 5ca9fe5 commit eb448a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ else()
>
$<$<CXX_COMPILER_ID:MSVC>:
/GS # Enables buffer security check (can help detect stack-based buffer overflows)
/Wall /EHsc # /volatile:iso /WX /Zc:wchar_t /Zc:forScope /Zc:inline /permissive- /W4
/Wall /EHsc # /volatile:iso /WX /Zc:wchar_t /Zc:forScope /Zc:inline /permissive- /W4 /Qspectre
/wd4371 # layout of class may have changed from a previous version of the compiler due to better packing of member
/wd4514 # unreferenced inline function has been removed
/wd4623 # default constructor was implicitly defined as deleted #TODO(correaa) investigate
Expand Down

0 comments on commit eb448a7

Please sign in to comment.