aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authoraxxeny <axxeny@yandex-team.ru>2022-02-10 16:51:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:37 +0300
commit597c5894e3c8cdfa680c5a5e8c2e69b61dce8254 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /build/ymake_conf.py
parentf98b1ccc0a85cf58ec2b65a39dd7feb770803bba (diff)
downloadydb-597c5894e3c8cdfa680c5a5e8c2e69b61dce8254.tar.gz
Restoring authorship annotation for <axxeny@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index d3c3b36fa3..30219eb85e 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1921,9 +1921,9 @@ class LD(Linker):
if not preset('NO_DEBUGINFO'):
self.dwarf_command = '$DWARF_TOOL $TARGET -o ${output;pre=$MODULE_PREFIX$REALPRJNAME.dSYM/Contents/Resources/DWARF/$MODULE_PREFIX:REALPRJNAME}'
- if self.target.is_ios and preset('MAPSMOBI_BUILD_TARGET') and self.target.is_arm:
- self.ld_flags.extend(('-fembed-bitcode', '-Wl,-bitcode_verify'))
-
+ if self.target.is_ios and preset('MAPSMOBI_BUILD_TARGET') and self.target.is_arm:
+ self.ld_flags.extend(('-fembed-bitcode', '-Wl,-bitcode_verify'))
+
if self.build.profiler_type == Profiler.GProf:
self.ld_flags.append('-pg')