Skip to content

Commit

Permalink
Merge pull request #13 from rickardp/rickardp-patch-1
Browse files Browse the repository at this point in the history
Remove linker flags
  • Loading branch information
rickardp authored Feb 3, 2024
2 parents 01c3f59 + e4344b0 commit e2e8f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ endif()

# Weird MSVC hacks
if(MSVC)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /NODEFAULTLIB:msvcprtd /NODEFAULTLIB:MSVCRTD /NODEFAULTLIB:LIBCMT")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /arch:AVX2 /fp:fast")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /arch:AVX2 /fp:fast")
endif()
Expand Down

0 comments on commit e2e8f87

Please sign in to comment.