test/cryto: fix compile on debian

This commit is contained in:
Matthias Ringwald 2019-09-17 17:49:30 +02:00
parent 54671822aa
commit 5b303b6778

View File

@ -5,7 +5,7 @@ CC = g++
BTSTACK_ROOT = ../..
CFLAGS = -DUNIT_TEST -g
CPPFLAGS = -x c++ -Wall -Wno-unused
CPPFLAGS = -x c++ -Wall -Wno-unused -fno-exception
CFLAGS += -I. -I.. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/platform/posix
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/mbedtls/include
CFLAGS += -I${BTSTACK_ROOT}/3rd-party/micro-ecc