From 096d2bbf5267c6ffb9f8d6637587187be2af952f Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Tue, 24 May 2022 01:24:18 -0500 Subject: Standalone binary - starts --- conf/build.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/build.conf') diff --git a/conf/build.conf b/conf/build.conf index 32bbf21..57d6329 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -4,9 +4,9 @@ # Set to yes if you wish to produce a single binary instead # of a dynamic library. If you set this to yes you must also # set kore_source together with kore_flavor. -# single_binary=yes -# kore_source=../kore-4.2.2/ -# kore_flavor=PGSQL=1 TLS_BACKEND=none +single_binary=yes +kore_source=../kore-4.2.2/ +kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow -- cgit v1.2.3