diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fda88260..0352eecb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ RUSTC = rustc BUILDDIR = build -RUSTFLAGS = -O -Z extra-debug-info --cfg ndebug +RUSTFLAGS = -O -g --cfg ndebug INSTALL_DIR = %PREFIX% OPENSSL_LIB = lib.rs |