mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
drop "-Werror" to allow skip warnings on production build
This commit is contained in:
@@ -43,7 +43,7 @@ if(MSVC)
|
||||
string(REGEX REPLACE "/RTC(su|[1su])" "" ${flag_var} "${${flag_var}}")
|
||||
endforeach(flag_var)
|
||||
else()
|
||||
add_compile_options(-Wall -Werror -O3)
|
||||
add_compile_options(-Wall -O3)
|
||||
endif()
|
||||
|
||||
get_directory_property(hasParent PARENT_DIRECTORY)
|
||||
|
||||
Reference in New Issue
Block a user