Skip to content

Commit

Permalink
Disable Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBrunton committed Sep 20, 2024
1 parent 76d3f66 commit f26c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function(add_ur_target_compile_options name)
endif()
if (CMAKE_BUILD_TYPE STREQUAL "Release")
target_compile_options(${name} PRIVATE
-Werror
#-Werror
-fvisibility=hidden
)
endif()
Expand Down

0 comments on commit f26c0ba

Please sign in to comment.