Skip to content

Commit

Permalink
Enable asserts and preconditions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Aug 8, 2021
1 parent 89feb66 commit 769b8a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ conds:
cdefs:
HAP_VERSION: '\"1.0.1\"'
HAP_IDENTIFICATION: '\"https://github.com/mongoose-os-libs/homekit-adk\"'
# These save quite a bit of space.
# App can override back to 0 if needed.
HAP_DISABLE_ASSERTS: 1
HAP_DISABLE_PRECONDITIONS: 1
# Tips for saving space:
#HAP_LOG_LEVEL: 0
#HAP_DISABLE_ASSERTS: 1
#HAP_DISABLE_PRECONDITIONS: 1

tags:
- c
Expand Down

0 comments on commit 769b8a6

Please sign in to comment.