Skip to content

Commit

Permalink
WIPq
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Aug 12, 2024
1 parent a4ff8fa commit fc978f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ target_compile_options(
jolt_raylib_hello_world_compiler_flags
INTERFACE
"$<${gcc_like_cxx}:$<BUILD_INTERFACE:-pedantic-errors;-Werror;-Wall;-Weffc++;-Wextra;-Wconversion;-Wsign-conversion>>"
"$<${msvc_cxx}:$<BUILD_INTERFACE:-W4>>")
# "$<${msvc_cxx}:$<BUILD_INTERFACE:-W4>>"
)


if (MSVC)
Expand Down
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[default.extend-identifiers]
Ot = "Ot"

[files]
extend-exclude = ["cmake/CPM.cmake"]

0 comments on commit fc978f1

Please sign in to comment.