forked from organicmaps/organicmaps
[ios] Removed -no-thumb compiler option to avoid warnings for amd64 arch.
In theory, this can slow down or make faster code execution for armv7 or armv7s.
This commit is contained in:
parent
ff888c0d06
commit
f9d232bd8c
1 changed files with 4 additions and 18 deletions
|
@ -2097,7 +2097,6 @@
|
|||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DUSE_DRAPE",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
|
@ -2206,7 +2205,6 @@
|
|||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DUSE_DRAPE",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
|
@ -2792,10 +2790,7 @@
|
|||
"$(PROJECT_DIR)/Statistics",
|
||||
);
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
|
@ -2903,10 +2898,7 @@
|
|||
"$(PROJECT_DIR)/Statistics",
|
||||
);
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
|
@ -3015,10 +3007,7 @@
|
|||
"$(PROJECT_DIR)/Statistics",
|
||||
);
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
|
@ -3125,10 +3114,7 @@
|
|||
"$(PROJECT_DIR)/Statistics",
|
||||
);
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-mno-thumb",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
|
|
Loading…
Add table
Reference in a new issue