mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -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
|
target_compile_options(notcurses
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-Wall -Wextra -W -Wshadow -Wformat ${DEBUG_OPTIONS}
|
-Wall -Wextra -W -Wshadow -Wformat -fkeep-inline-functions ${DEBUG_OPTIONS}
|
||||||
)
|
)
|
||||||
target_compile_options(notcurses-static
|
target_compile_options(notcurses-static
|
||||||
PRIVATE
|
PRIVATE
|
||||||
-Wall -Wextra -W -Wshadow -Wformat ${DEBUG_OPTIONS}
|
-Wall -Wextra -W -Wshadow -Wformat -fkeep-inline-functions ${DEBUG_OPTIONS}
|
||||||
)
|
)
|
||||||
target_compile_definitions(notcurses
|
target_compile_definitions(notcurses
|
||||||
PUBLIC
|
PUBLIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user