Skip to content

Commit

Permalink
Added compile flags for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
eg0000r-pub committed Feb 15, 2024
1 parent e5e7b04 commit 3e02784
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 @@ -18,7 +18,7 @@ if (${APPLE})
if (${ERROR_ON_WARN})
set(CMAKE_CXX_FLAGS "-Werror ${CMAKE_CXX_FLAGS}")
endif ()
set(LIBRARY_LIST "-lopm -flto")
set(LIBRARY_LIST "-lomp -flto")
endif ()

if (${MSVC})
Expand Down

0 comments on commit 3e02784

Please sign in to comment.