BuildSystem: Use -O2 for all libraries
I don't know why I had not specified optimization level for libraries. Only LibImage was using explicit -O3. LibImage doesn't need O3 anymore as O2 seems to be around the same speed.
This commit is contained in:
@@ -5,7 +5,6 @@ set(LIBIMAGE_SOURCES
|
||||
)
|
||||
|
||||
add_library(libimage ${LIBIMAGE_SOURCES})
|
||||
target_compile_options(libimage PRIVATE -O3)
|
||||
banan_link_library(libimage libc)
|
||||
banan_link_library(libimage ban)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user