diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/tools.TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/CC/tools.TARGETS b/etc/defaults/CC/tools.TARGETS index 4b74449..08eb7b0 100644 --- a/etc/defaults/CC/tools.TARGETS +++ b/etc/defaults/CC/tools.TARGETS @@ -3,7 +3,7 @@ , "CC": ["gcc/bin/gcc"] , "CXX": ["gcc/bin/g++"] , "AR": ["gcc/bin/ar"] - , "LDFLAGS": ["-static"] + , "LDFLAGS": ["-static", "-l:mimalloc.o"] , "toolchain": ["staged-gcc"] , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"] } |