File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ endif ()
43
43
function (APPLY_STANDARD_SETTINGS TARGET )
44
44
target_compile_features (${TARGET} PUBLIC cxx_std_14)
45
45
46
- # Roland:
47
- # Workaround for https://github.com/wger-project/flutter/issues/577 / https://github.com/rive-app/rive-flutter/issues/390
46
+ # Workarounds for:
47
+ # * https://github.com/wger-project/flutter/issues/577 / https://github.com/rive-app/rive-flutter/issues/390
48
+ # * https://github.com/rive-app/rive-flutter/issues/482
48
49
#target_compile_options(${TARGET} PRIVATE -Wall -Werror) -- original options
49
- target_compile_options (${TARGET} PRIVATE -Wall -Werror -Wno-unused-variable -Wno-unused-function)
50
-
50
+ target_compile_options (${TARGET} PRIVATE -Wall -Werror -Wno-error=nontrivial-memcall -Wno-unused-variable -Wno-unused-function)
51
51
target_compile_options (${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:-O3>" )
52
52
target_compile_definitions (${TARGET} PRIVATE "$<$<NOT:$<CONFIG:Debug>>:NDEBUG>" )
53
53
endfunction ()
You can’t perform that action at this time.
0 commit comments