Skip to content

Commit

Permalink
dxvk: remove fpermissive from CMake for r1
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Mar 25, 2023
1 parent c0005e8 commit 226ba8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Layers/xrRenderPC_R1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ set(SRC_FILES
"xrRender_R1.cpp"
)

# Fix for dx9HW.h. It has weird member: stats_manager stats_manager;
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive")

group_sources(SRC_FILES)

add_library(${PROJECT_NAME} SHARED ${SRC_FILES})
Expand Down

0 comments on commit 226ba8d

Please sign in to comment.