mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
cmake: remove 4 c++ build options that aren't widely supported
This commit is contained in:
parent
5d9cc8a098
commit
247706068e
@ -305,14 +305,10 @@ target_link_libraries(notcurses++
|
||||
set(NCPP_COMPILE_OPTIONS
|
||||
-Werror=format-security
|
||||
-Wnull-dereference
|
||||
-Wmisleading-indentation
|
||||
-Wunused
|
||||
-Wsuggest-override
|
||||
-Wno-c99-extensions
|
||||
-fno-strict-aliasing
|
||||
-ffunction-sections
|
||||
-funswitch-loops
|
||||
-finline-limit=300
|
||||
-fstack-protector
|
||||
-fno-rtti
|
||||
-fpic
|
||||
|
Loading…
Reference in New Issue
Block a user