Skip to content

Commit

Permalink
ci: Make less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Feb 8, 2025
1 parent 161b1c0 commit 86cc1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ message(STATUS "Install directory set to: ${CMAKE_INSTALL_PREFIX}")
option(SUPERNOVA "Build plugins for supernova" ON)
option(SCSYNTH "Build plugins for scsynth" ON)
option(NATIVE "Optimize for native architecture" ON)
option(STRICT "Use strict warning flags" ON)
option(STRICT "Use strict warning flags" OFF)
option(NOVA_SIMD "Build plugins with nova-simd support." ON)

####################################################################################################
Expand Down

0 comments on commit 86cc1a6

Please sign in to comment.