mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 09:20:08 +00:00
Pass DEBUG flag to debug swift builds
This commit is contained in:
parent
c255e6cbef
commit
f8b434f341
@ -32,4 +32,4 @@
|
|||||||
allow_symlinks = forbid
|
allow_symlinks = forbid
|
||||||
ignore = tools, \
|
ignore = tools, \
|
||||||
.git, \
|
.git, \
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ BUCK_DEBUG_OPTIONS=\
|
|||||||
--config custom.other_cflags="-O0 -D DEBUG" \
|
--config custom.other_cflags="-O0 -D DEBUG" \
|
||||||
--config custom.other_cxxflags="-O0 -D DEBUG" \
|
--config custom.other_cxxflags="-O0 -D DEBUG" \
|
||||||
--config custom.optimization="-Onone" \
|
--config custom.optimization="-Onone" \
|
||||||
--config custom.config_swift_compiler_flags=""
|
--config custom.config_swift_compiler_flags="-DDEBUG"
|
||||||
|
|
||||||
BUCK_RELEASE_OPTIONS=\
|
BUCK_RELEASE_OPTIONS=\
|
||||||
--config custom.other_cflags="-Os" \
|
--config custom.other_cflags="-Os" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user