Skip to content

Commit 900eced

Browse files
authored
don't reset the compile flags for MacMSRDriver
1 parent 34b3787 commit 900eced

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/MacMSRDriver/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
set(CMAKE_MACOSX_RPATH 1)
55

6-
set(CMAKE_CXX_FLAGS "-Wall")
7-
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
8-
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -g")
9-
106
file(GLOB LIB_FILES PCIDriverInterface.cpp MSRAccessor.cpp)
117

128
find_library(IOKIT_LIBRARY IOKit)

0 commit comments

Comments
 (0)