From 58758c0f87c3c643cf6cd188e17597c5299b66d4 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Fri, 2 Aug 2024 18:52:38 +0200 Subject: package: improve support for building without BDW-GC Expose an option for disabling the BDW-GC build dependency entirely. Fix the place where one of its headers was included (unnecessarily) without proper guarding. Finally, use this machinery to exclude BDW-GC from the ASAN builds entirely (its usage has already been disabled due to compatibility issues anyway), to ensure this configuration is not regressed again. Change-Id: I2ebe8094abf67e7d1e99eed971de3e99d071c10b --- src/libexpr/eval.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libexpr') diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index e54eede40..a264dd348 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -13,7 +13,6 @@ #include "search-path.hh" #include "repl-exit-status.hh" -#include #include #include #include -- cgit v1.2.3