diff options
author | Michael McVady <femtonaut@gmail.com> | 2021-12-18 00:52:48 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2021-12-18 00:52:48 -0600 |
commit | d4f0ce872da63a6f08309bfc5118697a653fada6 (patch) | |
tree | 50283c6aae962ba78ef05ccaf56b4b2295b9d6b6 /conf | |
parent | 26290a5fb0374b0dbccf775265d25988aefdce1e (diff) |
Copy Dockerfile stub
Diffstat (limited to 'conf')
-rw-r--r-- | conf/build.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/build.conf b/conf/build.conf index c75c9f2..ea5ca5e 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=no -#kore_source=/home/joris/src/kore -#kore_flavor= +# single_binary=yes +# kore_source=/home/mcvady/working/kore/src +# kore_flavor=linux # The flags below are shared between flavors cflags=-Wall -Wmissing-declarations -Wshadow |