aboutsummaryrefslogtreecommitdiff
path: root/libk/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-16 12:34:18 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-16 12:34:18 +0200
commitd39920b62e3e0371c5698aae2c316671130b0956 (patch)
tree7b561a5f53d1d4373fbe30c72d5ef3b9888a5d4a /libk/makefile
parentMap .text and .rodata as read-only (diff)
downloadkernel.cpp-d39920b62e3e0371c5698aae2c316671130b0956.tar.xz
Switch lto to full
Diffstat (limited to 'libk/makefile')
-rw-r--r--libk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk/makefile b/libk/makefile
index afea066..be4a3c0 100644
--- a/libk/makefile
+++ b/libk/makefile
@@ -1,5 +1,5 @@
CXX_OBJ += libk/string/string.o libk/string/integerview.o \
- libk/stdlib/abort.o libk/stdlib/console.o
+ libk/stdlib/abort.o libk/stdlib/console.o libk/stdlib/memory.o
CXX_TEST_OBJ += libk/test/types.o libk/test/string.o libk/test/result.o