Revert "Release v4.9230 - Ice Coffee "

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

View File

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