diff --git a/CMakeLists.txt b/CMakeLists.txt index 8029f113..8c165d44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -424,6 +424,8 @@ endif() if(SYSTEM.Android) target_link_libraries(dobby log) + target_compile_options(${dobby_output_name} + PRIVATE "$<$:-O3>") endif() if(SYSTEM.Linux)