Release v4.9230 - Ice Coffee

This commit is contained in:
Philippe Teuwen
2020-05-21 12:51:35 +02:00
parent b79ccc12ae
commit db2e97c860
20 changed files with 30 additions and 29 deletions

View File

@@ -229,7 +229,7 @@ add_executable(
${ADDITIONAL_SRC}
)
target_compile_options(proxmark3 PUBLIC -Wall -Werror -O3)
target_compile_options(proxmark3 PUBLIC -Wall -O3)
if (MINGW)
# Mingw uses by default Microsoft printf, we want the GNU printf (e.g. for %z)