aboutsummaryrefslogtreecommitdiff
path: root/toolchain.makefile
diff options
context:
space:
mode:
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 \