Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Aug 6, 2024
1 parent 3b4c385 commit 0fef37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libdistopia/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ target_include_directories(libdistopia PUBLIC
if (DISTOPIA_LIBDISTOPIA_SUPRESS_MSVC_OPT) # causes compiler crash on MSVC on GHA
message(STATUS "Supressing MSVC optimisations in libdistopia")
if (MSVC)
target_compile_options(libdistopia PRIVATE /0d /Oi /Ot /Oy /Ob2)
target_compile_options(libdistopia PRIVATE /Od /Oi /Ot /Oy /Ob2)
endif()
endif()

Expand Down

0 comments on commit 0fef37d

Please sign in to comment.