From c31a89a3b56e7d081178e09cc58add5c5b84a91a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 15 Oct 2018 07:32:44 +0200 Subject: 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. --- linux/.config | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 linux/.config (limited to 'linux') 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 -- cgit v1.2.1