Skip to content

Commit

Permalink
Revert "cmake: add explicit MSVC /volatile:ms (required for arm) (bar…
Browse files Browse the repository at this point in the history
…esip#451)"

This reverts commit 1e397ae.

Reason for revert: This is no longer needed as we are using intrinsics
for atomics now.
  • Loading branch information
Lastique committed Jul 19, 2022
1 parent da135fd commit f364630
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 f364630

Please sign in to comment.