Skip to content

Commit

Permalink
Revert "cmake: add explicit MSVC /volatile:ms (required for arm) (#451)"
Browse files Browse the repository at this point in the history
This reverts commit 1e397ae.

Reason for revert: This is no longer needed as we are using intrinsics
for atomics now.
  • Loading branch information
Lastique authored and sreimers committed Jul 21, 2022
1 parent 1f124e9 commit 50f7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set(CMAKE_C_STANDARD 11)
set(CMAKE_C_EXTENSIONS OFF)

if(MSVC)
add_compile_options("/W3" "/volatile:ms")
add_compile_options("/W3")
else()
add_compile_options(
-Wall
Expand Down

0 comments on commit 50f7df9

Please sign in to comment.