aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:32:44 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-15 07:41:45 +0200
commitc31a89a3b56e7d081178e09cc58add5c5b84a91a (patch)
tree4b547f0c347679fa6b3f118f1ba6a231c58010f1 /linux
parentUpdate CMakeLists option names (diff)
downloadsmolbote-c31a89a3b56e7d081178e09cc58add5c5b84a91a.tar.xz
Rewrite vendor.cmake to cmake/VendorConfig.cmake
Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
Diffstat (limited to 'linux')
-rw-r--r--linux/.config52
1 files changed, 52 insertions, 0 deletions
diff --git a/linux/.config b/linux/.config
new file mode 100644
index 0000000..37c41dc
--- /dev/null
+++ b/linux/.config
@@ -0,0 +1,52 @@
+#
+# Automatically generated file; DO NOT EDIT.
+# smolbote configuration
+#
+
+#
+# Build
+#
+
+#
+# Compiler settings
+#
+CONFIG_CXX_FLAGS="-fPIE -pipe -fstack-protector-strong -fno-plt"
+CONFIG_CXX_FLAGS_DEBUG=""
+CONFIG_CXX_FLAGS_RELEASE="-march=native -mtune=native -O3"
+
+#
+# Install paths
+#
+CONFIG_INSTALL_PREFIX="/usr/local"
+CONFIG_INSTALL_BIN="bin"
+CONFIG_INSTALL_LIB="lib/smolbote"
+
+#
+# Branding
+#
+CONFIG_POI_NAME="smolbote"
+CONFIG_POI_EXE="poi"
+
+#
+# Browser configuration
+#
+
+#
+# Configuration defaults
+#
+CONFIG_PATH_CONFIG="~/.config/smolbote/smolbote.cfg"
+CONFIG_PATH_CRASHDUMP="~/.config/smolbote/crash.d"
+CONFIG_PATH_FILTER="~/.config/smolbote/host.d"
+CONFIG_PATH_PLUGINS="~/.config/smolbote/plugins.d"
+CONFIG_PATH_PROFILES="~/.config/smolbote/profiles.d"
+CONFIG_PATH_BOOKMARKS="~/.config/smolbote/bookmarks.xbel"
+CONFIG_PATH_DOWNLOADS="~/Downloads"
+CONFIG_USEPLASMA=y
+# CONFIG_USEBREAKPAD is not set
+
+#
+# Devel
+#
+CONFIG_QTWARNINGS=y
+# CONFIG_TESTS is not set
+# CONFIG_LLVMLIBCPP is not set