Skip to content

Commit

Permalink
#34: ci: enable warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Sep 9, 2024
1 parent b660662 commit 21b4429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "gcc-11",
"CMAKE_CXX_COMPILER": "g++-11",
"CMAKE_CXX_FLAGS": "-Wall -Wextra",
"CMAKE_PREFIX_PATH": "/opt/view",
"CMAKE_BUILD_TYPE": "Release",
"BVH_DISABLE_TESTS": "OFF"
Expand Down

0 comments on commit 21b4429

Please sign in to comment.