Commit 27fbafa6 authored by Joseph Noir's avatar Joseph Noir

Disable runtimechecks on RIOT

parent f8408c65
...@@ -152,6 +152,8 @@ ...@@ -152,6 +152,8 @@
# define CAF_BSD # define CAF_BSD
#elif defined(WIN32) || defined(_WIN32) #elif defined(WIN32) || defined(_WIN32)
# define CAF_WINDOWS # define CAF_WINDOWS
#elif defined(__RIOTBUILD_FLAG)
# undef CAF_ENABLE_RUNTIME_CHECKS
#else #else
# error Platform and/or compiler not supportet # error Platform and/or compiler not supportet
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment