Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoilRos authored Oct 1, 2024
1 parent 7ac85d7 commit eebf474
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 @@ -6,7 +6,7 @@ find_package(Threads)

if(MINGW)
add_library(memstats STATIC)
target_compile_otions(memstats PUBLIC -static -Wa,-mbig-obj -fvisibility=hidden -fpic)
target_compile_options(memstats PUBLIC -static -Wa,-mbig-obj -fvisibility=hidden -fpic)
else()
add_library(memstats)
endif()
Expand Down

0 comments on commit eebf474

Please sign in to comment.