mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hardnested compilation reorganized to be similar with cmake approach
This commit is contained in:
parent
26c28c188a
commit
c2ff11f321
5 changed files with 102 additions and 75 deletions
|
@ -10,4 +10,5 @@ add_library(tinycbor STATIC
|
|||
)
|
||||
|
||||
target_include_directories(tinycbor INTERFACE tinycbor)
|
||||
# Strange errors on Mingw when compiling with -O3
|
||||
target_compile_options(tinycbor PRIVATE -Wall -Werror -O2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue