mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cmake: add cflags
This commit is contained in:
parent
dc6b751ea3
commit
f9857a8b0c
9 changed files with 15 additions and 4 deletions
|
@ -17,3 +17,4 @@ add_library(jansson STATIC
|
|||
|
||||
target_compile_definitions(jansson PRIVATE HAVE_STDINT_H)
|
||||
target_include_directories(jansson INTERFACE jansson)
|
||||
target_compile_options(jansson PRIVATE -Wall -Werror -Wno-unused-function -O3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue