mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: supply -fkeep-inline-functions for notcurses
This commit is contained in:
parent
86e225dc4c
commit
b4cf4f3a0d
@ -142,11 +142,11 @@ endif()
|
||||
|
||||
target_compile_options(notcurses
|
||||
PRIVATE
|
||||
-Wall -Wextra -W -Wshadow -Wformat ${DEBUG_OPTIONS}
|
||||
-Wall -Wextra -W -Wshadow -Wformat -fkeep-inline-functions ${DEBUG_OPTIONS}
|
||||
)
|
||||
target_compile_options(notcurses-static
|
||||
PRIVATE
|
||||
-Wall -Wextra -W -Wshadow -Wformat ${DEBUG_OPTIONS}
|
||||
-Wall -Wextra -W -Wshadow -Wformat -fkeep-inline-functions ${DEBUG_OPTIONS}
|
||||
)
|
||||
target_compile_definitions(notcurses
|
||||
PUBLIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user