Skip to content

Instantly share code, notes, and snippets.

@aep
Created December 28, 2017 10:08
Show Gist options
  • Save aep/fb74d083979ef4419ff08a2b4ea0cd31 to your computer and use it in GitHub Desktop.
Save aep/fb74d083979ef4419ff08a2b4ea0cd31 to your computer and use it in GitHub Desktop.
ld \
-o exe \
rcrt1.o \
crti.o \
bla-00a457c78cdaf6f1.bla0.rust-cgu.o \
bla-00a457c78cdaf6f1.bla1.rust-cgu.o \
bla-00a457c78cdaf6f1.crate.allocator.rust-cgu.o \
--gc-sections -z relro -z now -Bstatic \
libstd-827ddea93328ae2d.rlib \
librand-3d7b10e850a67e89.rlib \
liballoc_jemalloc-28484309357fd6f1.rlib \
liballoc_system-751808ba756769d5.rlib \
libpanic_unwind-8cb97051d8238386.rlib \
libunwind-25cc9b024a02d330.rlib \
liblibc-d42e80cee81b06ce.rlib \
liballoc-78c21267a2dc15c1.rlib \
libstd_unicode-0e1b544c94586415.rlib \
libcore-0c5e3d6c117f8c44.rlib \
libcompiler_builtins-bd7cc5ada1e908e0.rlib \
-Bdynamic \
crtn.o \
-no-dynamic-linker -shared -Bstatic -Bsymbolic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment