mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
android cmake: remove c99 restriction
This commit is contained in:
parent
a2b776ed1e
commit
c24df1547a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.4.1)
|
|||
# so we need add def getlocaledecpoint()='.'
|
||||
add_definitions(-DANDROID -D"getlocaledecpoint\(\)='.'")
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -O3 -fvisibility=hidden -w")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -fvisibility=hidden -w")
|
||||
|
||||
# Root path into client
|
||||
set(PM3_ROOT ../../)
|
||||
|
|
Loading…
Reference in a new issue