aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-06 16:01:29 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-06 16:01:37 +0200
commite40da55691ad2c36b349ace7cd368394976a1d6d (patch)
tree5ffe26ab4306d2f1fe6eb9ce08dc119189f92e9b /toolchain.makefile
parentlibk: add int_t min max size constants (diff)
downloadkernel.cpp-e40da55691ad2c36b349ace7cd368394976a1d6d.tar.xz
GDT: flush segment registers on lgdt
Diffstat (limited to 'toolchain.makefile')
-rw-r--r--toolchain.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.makefile b/toolchain.makefile
index ae791c1..aa13852 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -12,7 +12,7 @@ LD_FLAGS := -T linker.ld
CXX := clang++
TEST_CXX := clang++
-CXX_FLAGS := -std=c++20 \
+CXX_FLAGS := -std=c++20 -g \
-mkernel -ffreestanding -nostdlib -nostdinc -nostdinc++ \
-Wall -Wextra -Werror=pedantic -O2 \
-Werror=date-time \