You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
351 B
12 lines
351 B
Index: c/Makefile.in |
|
--- c/Makefile.in.orig 2020-11-30 20:24:24.987445000 +0100 |
|
+++ c/Makefile.in 2020-11-30 20:26:00.724710000 +0100 |
|
@@ -395,7 +395,7 @@ |
|
# Other executable variants |
|
|
|
# Debug version: |
|
-mlrg_CFLAGS = -g ${AM_CFLAGS} |
|
+mlrg_CFLAGS = ${AM_CFLAGS} |
|
mlrg_LDFLAGS = ${mlr_LDFLAGS} |
|
mlrg_LDADD = ${mlr_LDADD} |
|
mlrg_SOURCES = ${mlr_SOURCES}
|
|
|