aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 18:21:52 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 18:21:52 -0500
commit1aa57711b69f15dfbe6a76d1af2d2dc362d19a5b (patch)
treebcb469b20cb1e4ea56a6072d2b3b3d32bf891395
parente7aa0a72edd5ff71453b34a3d6b32f0d0a113af6 (diff)
Update build.conf
-rw-r--r--conf/build.conf12
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.
+}