Add double-promotion and pedantic warnings to CMake

This commit is contained in:
jgromes 2025-01-17 19:59:50 +01:00
parent c538cac769
commit 7c464a0632

View file

@ -36,7 +36,7 @@ target_include_directories(RadioLib
set_property(TARGET RadioLib PROPERTY CXX_STANDARD 20)
# enable most warnings
target_compile_options(RadioLib PRIVATE -Wall -Wextra)
target_compile_options(RadioLib PRIVATE -Wall -Wextra -Wpedantic -Wdouble-promotion)
include(GNUInstallDirs)