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 aa13852..c3ac2d8 100644
--- a/toolchain.makefile
+++ b/toolchain.makefile
@@ -8,7 +8,7 @@ AS := clang
AS_FLAGS :=
LD := ld.lld
-LD_FLAGS := -T linker.ld
+LD_FLAGS :=
CXX := clang++
TEST_CXX := clang++