mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Temporary drop section renaming, armv7 requires c++ code to be in a small binary
This commit is contained in:
parent
a693b72840
commit
c4a9f695c4
@ -7,7 +7,7 @@ text_section_items = [
|
||||
"__text",
|
||||
]
|
||||
|
||||
text_section_rename_linker_flags = ["-Wl,-rename_section,__TEXT,%s,__MEXT,%s" % (name, name) for name in text_section_items] + ["-Wl,-segprot,__MEXT,rx,rx"]
|
||||
text_section_rename_linker_flags = [] #["-Wl,-rename_section,__TEXT,%s,__MEXT,%s" % (name, name) for name in text_section_items] + ["-Wl,-segprot,__MEXT,rx,rx"]
|
||||
|
||||
section_rename_linker_flags = text_section_rename_linker_flags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user