mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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()='.'
|
# so we need add def getlocaledecpoint()='.'
|
||||||
add_definitions(-DANDROID -D"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
|
# Root path into client
|
||||||
set(PM3_ROOT ../../)
|
set(PM3_ROOT ../../)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue