mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 09:52:45 +01:00
9 lines
247 B
Makefile
9 lines
247 B
Makefile
|
include $(RIOTBASE)/Makefile.base
|
|||
|
|
|||
|
# Tests will fail on platforms <64 bit if not set.
|
|||
|
# Workaround for missing overflow detection in cn-cbor.
|
|||
|
CFLAGS += -DCBOR_NO_LL
|
|||
|
|
|||
|
# Skips test cases for floating point data types.
|
|||
|
# CFLAGS += -DCBOR_NO_FLOAT
|