xpp: strict compilation flags in oct612x/
Signed-off-by: Oron Peled <oron.peled@xorcom.com> Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
parent
77a3d8b0a7
commit
d02361e99f
@ -1,3 +1,5 @@
|
|||||||
|
GLOBAL_CFLAGS = -Wall -Werror
|
||||||
|
|
||||||
OCTASIC_DEFINES = \
|
OCTASIC_DEFINES = \
|
||||||
-DPTR_TYPE=uint32_t \
|
-DPTR_TYPE=uint32_t \
|
||||||
-DcOCT6100_INTERNAL_SUPER_ARRAY_SIZE=1024 \
|
-DcOCT6100_INTERNAL_SUPER_ARRAY_SIZE=1024 \
|
||||||
@ -84,6 +86,7 @@ noinst_HEADERS = \
|
|||||||
#
|
#
|
||||||
|
|
||||||
liboctasic_la_CFLAGS = \
|
liboctasic_la_CFLAGS = \
|
||||||
|
$(GLOBAL_CFLAGS) \
|
||||||
$(OCTASIC_DEFINES) \
|
$(OCTASIC_DEFINES) \
|
||||||
$(OCTASIC_CFLAGS)
|
$(OCTASIC_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user