From 497adde0dc1e9cc07cd4cd113c6d2c1784a01f67 Mon Sep 17 00:00:00 2001 From: AnonymousHybi Date: Sat, 18 Aug 2018 20:23:49 +0100 Subject: [PATCH] Reenables rust --- code/__defines/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__defines/_compile_options.dm b/code/__defines/_compile_options.dm index 09e8f9903b..10a6485c44 100644 --- a/code/__defines/_compile_options.dm +++ b/code/__defines/_compile_options.dm @@ -7,7 +7,7 @@ 2 for preloading absolutely everything; */ -//#define RUST_G "rust_g" // If uncommented, we will use the rust-g (https://github.com/tgstation/rust-g) native library for fast +#define RUST_G "rust_g" // If uncommented, we will use the rust-g (https://github.com/tgstation/rust-g) native library for fast // logging. This requires you to have the rust_g.dll or rust_g (renamed from librust_g.so) installed in the root folder or BYOND/bin // The define's value should be the name of library file.