Skip to content

Commit

Permalink
don't reset the compile flags for MacMSRDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
opcm authored Oct 5, 2024
1 parent 34b3787 commit 900eced
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MacMSRDriver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

set(CMAKE_MACOSX_RPATH 1)

set(CMAKE_CXX_FLAGS "-Wall")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")

file(GLOB LIB_FILES PCIDriverInterface.cpp MSRAccessor.cpp)

find_library(IOKIT_LIBRARY IOKit)
Expand Down

0 comments on commit 900eced

Please sign in to comment.