build: fence stack usage on ubuntu

for interesting detail, read the issue

Fixes #57
parent cf999c4a
......@@ -142,6 +142,10 @@ AC_CHECK_MEMBER([struct boc.fetched_so_far],
[[#include <cache/cache.h>]])
CFLAGS="${save_CFLAGS}"
AX_CHECK_COMPILE_FLAG(
[$CFLAGS -fno-early-inlining],
[CFLAGS="$CFLAGS -fno-early-inlining"])
## END
AC_CONFIG_FILES([
......
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