diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/build.conf | 12 |
1 files changed, 6 insertions, 6 deletions
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. +} |