CMake: supply -fkeep-inline-functions for notcurses

pull/471/head
nick black 5 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 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…
Cancel
Save