CMake: supply -fkeep-inline-functions for notcurses

pull/471/head
nick black 4 years ago
parent 86e225dc4c
commit b4cf4f3a0d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save