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

Disable runtimechecks on RIOT

parent f8408c65
......@@ -152,6 +152,8 @@
# define CAF_BSD
#elif defined(WIN32) || defined(_WIN32)
# define CAF_WINDOWS
#elif defined(__RIOTBUILD_FLAG)
# undef CAF_ENABLE_RUNTIME_CHECKS
#else
# error Platform and/or compiler not supportet
#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