libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 2673628d9c2020b8cca4cc573db6a1f337d724a5
parent c9fc4213198b67c1c06fba04e4bb8eb0250e8235
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sat, 30 Aug 2025 18:32:31 +0200

configure: enable graphite optimisations on release builds

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -536,6 +536,7 @@ int main(void) AS_CASE([${enable_build_type}],[release|release-*], [ # All release types CFLAGS="${user_CFLAGS}" + MHD_CHECK_ADD_CC_CFLAGS([-floop-block -fgraphite-identity -floop-parallelize-all], [CFLAGS_ac]) AS_VAR_IF([enable_build_type],["release-compact"], [], [ # All non-compact release types