From 1aa57711b69f15dfbe6a76d1af2d2dc362d19a5b Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 10 Mar 2022 18:21:52 -0500 Subject: Update build.conf --- conf/build.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/build.conf b/conf/build.conf index ea5ca5e..ad7518b 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -5,8 +5,8 @@ # 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=/home/mcvady/working/kore/src -# kore_flavor=linux +# kore_source=/home/mcvady/working/kore/ +# kore_flavor=NOTLS=1 PGSQL=1 INSTALL_SINGLE_BINARY=1 # The flags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow @@ -28,7 +28,7 @@ dev { cxxflags=-g } -#prod { -# You can specify additional flags here which are only -# included if you build with the "prod" flavor. -#} +prod { + # You can specify additional flags here which are only + # included if you build with the "prod" flavor. +} -- cgit v1.2.3