summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-05-22 15:28:22 +0700
committerhathach <[email protected]>2020-05-22 15:28:22 +0700
commitf308990ab5289a72d3d77a28e141991e6f8c3ced (patch)
treeb956e8bb1b1b488347f58b891a6e64613af6744c /examples/make.mk
parent58cedf4c061fbf9f95cd88cafb6e581fc04549ff (diff)
parentde88294e051985afc505869edb23a8a56732df7f (diff)
Merge branch 'master' into update-host
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 449dc899d..2ea50753b 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -63,11 +63,9 @@ CFLAGS += \
-Wwrite-strings \
-Wsign-compare \
-Wmissing-format-attribute \
- -Wunreachable-code
-
-# This causes lots of warning with nrf5x build due to nrfx code
-# CFLAGS += -Wcast-align
-
+ -Wunreachable-code \
+ -Wcast-align
+
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -Og -ggdb