mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
some optimalizations
This commit is contained in:
@@ -27,6 +27,7 @@ foreach(SRC_FILE ${SRC_FILES})
|
||||
|
||||
# Create the executable from each source file
|
||||
add_executable(${EXEC_NAME} ${SRC_FILE})
|
||||
target_compile_options(${EXEC_NAME} PRIVATE -O1)
|
||||
|
||||
# Link the necessary libraries and object files from lib/
|
||||
target_link_libraries(${EXEC_NAME} PRIVATE libfm ${LINK_LIBS})
|
||||
|
||||
Reference in New Issue
Block a user