mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Added NDEBUG to and removed debugging symbols from XCode deployment
project.
This commit is contained in:
parent
5c70584859
commit
43548cee89
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
isa = PBXBuildStyle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue