Pass DEBUG flag to debug swift builds

This commit is contained in:
Peter 2019-09-16 13:21:00 +04:00
parent c255e6cbef
commit f8b434f341
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@
allow_symlinks = forbid
ignore = tools, \
.git, \

View File

@ -5,7 +5,7 @@ BUCK_DEBUG_OPTIONS=\
--config custom.other_cflags="-O0 -D DEBUG" \
--config custom.other_cxxflags="-O0 -D DEBUG" \
--config custom.optimization="-Onone" \
--config custom.config_swift_compiler_flags=""
--config custom.config_swift_compiler_flags="-DDEBUG"
BUCK_RELEASE_OPTIONS=\
--config custom.other_cflags="-Os" \