Skip to content

Commit

Permalink
Merge branch 'static-schedule' into static-use-lf-sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj authored Nov 7, 2024
2 parents 75df70f + 1837c6c commit 9b4b818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lf_utils.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function(lf_enable_compiler_warnings target)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
target_compile_options(${target} PRIVATE -Wall -Wextra -Wpedantic -Werror)
target_compile_options(${target} PRIVATE -Wall -Wextra -Wpedantic)
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
target_compile_options(${target} PRIVATE /W4)
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
Expand Down

0 comments on commit 9b4b818

Please sign in to comment.