You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -O3 flag is used in target_link_options for chromobius, libchromobius, and chromobius_pybind. This is a compiler optimization flag and is already set in target_compile_options. Unless I'm missing something, it's redundant in the linker options.
The
-O3flag is used intarget_link_optionsforchromobius,libchromobius, andchromobius_pybind. This is a compiler optimization flag and is already set intarget_compile_options. Unless I'm missing something, it's redundant in the linker options.