diff options
author | selivni <selivni@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
commit | 11ec0273ab97c87692cd0004865c7f24d14f9902 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /build/conf | |
parent | fd7c757f129e0df24dd53f64c9b67053da4e8799 (diff) | |
download | ydb-11ec0273ab97c87692cd0004865c7f24d14f9902.tar.gz |
Restoring authorship annotation for <selivni@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/project_specific/maps/mapkit.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/conf/project_specific/maps/mapkit.conf b/build/conf/project_specific/maps/mapkit.conf index 455c0f6636..d64b41f72a 100644 --- a/build/conf/project_specific/maps/mapkit.conf +++ b/build/conf/project_specific/maps/mapkit.conf @@ -218,10 +218,10 @@ when ($MAPSMOBI_BUILD_TARGET && $OS_ANDROID) { CFLAGS+=-fvisibility=default } - when ($NO_DEBUGINFO != "yes" && $REDUCED_DEBUGINFO) { - CFLAGS+=-g1 - } - + when ($NO_DEBUGINFO != "yes" && $REDUCED_DEBUGINFO) { + CFLAGS+=-g1 + } + CFLAGS+=-DANDROID -fpic -ffunction-sections -funwind-tables -fstack-protector -no-canonical-prefixes -Wa,--noexecstack CFLAGS+=-Qunused-arguments -Wno-unused-function -Wno-pessimizing-move -Wno-missing-field-initializers -Wno-missing-braces -Wno-unused-parameter -Wno-vexing-parse -Wno-sign-compare -Wno-deprecated-declarations |