mirror of
https://github.com/neogeek23/rusty_snek_gaem.git
synced 2026-02-04 11:08:40 +00:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
|
|
cargo:rustc-link-lib=dl
|
||
|
|
TARGET = Some("x86_64-unknown-linux-gnu")
|
||
|
|
OPT_LEVEL = Some("0")
|
||
|
|
HOST = Some("x86_64-unknown-linux-gnu")
|
||
|
|
CC_x86_64-unknown-linux-gnu = None
|
||
|
|
CC_x86_64_unknown_linux_gnu = None
|
||
|
|
HOST_CC = None
|
||
|
|
CC = None
|
||
|
|
CFLAGS_x86_64-unknown-linux-gnu = None
|
||
|
|
CFLAGS_x86_64_unknown_linux_gnu = None
|
||
|
|
HOST_CFLAGS = None
|
||
|
|
CFLAGS = None
|
||
|
|
DEBUG = Some("true")
|
||
|
|
running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-o" "/home/brad/Development/rusty_snek_gaem/target/debug/build/libloading-8e80f983f70d003b/out/src/os/unix/global_static.o" "-c" "src/os/unix/global_static.c"
|
||
|
|
exit code: 0
|
||
|
|
AR_x86_64-unknown-linux-gnu = None
|
||
|
|
AR_x86_64_unknown_linux_gnu = None
|
||
|
|
HOST_AR = None
|
||
|
|
AR = None
|
||
|
|
running: "ar" "crs" "/home/brad/Development/rusty_snek_gaem/target/debug/build/libloading-8e80f983f70d003b/out/libglobal_static.a" "/home/brad/Development/rusty_snek_gaem/target/debug/build/libloading-8e80f983f70d003b/out/src/os/unix/global_static.o"
|
||
|
|
exit code: 0
|
||
|
|
cargo:rustc-link-lib=static=global_static
|
||
|
|
cargo:rustc-link-search=native=/home/brad/Development/rusty_snek_gaem/target/debug/build/libloading-8e80f983f70d003b/out
|