Add double-promotion and pedantic warnings to CMake
This commit is contained in:
parent
c538cac769
commit
7c464a0632
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ target_include_directories(RadioLib
|
||||||
set_property(TARGET RadioLib PROPERTY CXX_STANDARD 20)
|
set_property(TARGET RadioLib PROPERTY CXX_STANDARD 20)
|
||||||
|
|
||||||
# enable most warnings
|
# enable most warnings
|
||||||
target_compile_options(RadioLib PRIVATE -Wall -Wextra)
|
target_compile_options(RadioLib PRIVATE -Wall -Wextra -Wpedantic -Wdouble-promotion)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue