blob: 4a6f5f5d9eab3b6949ca701c06c69a27945581a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: rman-3.2/Makefile
===================================================================
--- rman-3.2.orig/Makefile
+++ rman-3.2/Makefile
@@ -102,7 +102,7 @@ all: rman
# everyone but me zaps assertions with the -DNDEBUG flag
rman: rman.c Makefile
- $(CC) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c
+ $(CC) $(LDFLAGS) -DNDEBUG $(defs) -DPOLYGLOTMANVERSION=\"$(version)\" $(CFLAGS) -o rman rman.c
debug:
|