From fc00c656c96528112d05cf0edf8631bd5eaea446 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 7 Dec 2025 20:10:31 +0100 Subject: Add build system scaffolding and libc headers --- Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Kconfig (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig new file mode 100644 index 00000000..c9a6080a --- /dev/null +++ b/Kconfig @@ -0,0 +1,13 @@ +mainmenu "Openlinux Configuration" + +menu "General Setup" + config CONFIG_WERROR + bool "Compile the system with -Werror" + help + If you select this option, all compiler warnings will be treated as errors. + + config CONFIG_DEBUG + bool "Enable Debugging Features" + help + Enable this option to include debugging symbols and additional debug information in the build. +endmenu -- cgit v1.2.3