File: 0002-Enable-debugging-symbols-in-the-build.patch

package info (click to toggle)
luajit 2.1.0~beta3%2Bgit20220320%2Bdfsg-4.1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,860 kB
  • sloc: ansic: 72,028; makefile: 631; sh: 54
file content (24 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= <ondrej@sury.org>
Date: Tue, 17 Nov 2015 16:27:11 +0100
Subject: Enable debugging symbols in the build

---
 src/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: luajit/src/Makefile
===================================================================
--- luajit.orig/src/Makefile
+++ luajit/src/Makefile
@@ -54,9 +54,9 @@ CCOPT_arm64=
 CCOPT_ppc=
 CCOPT_mips=
 #
-CCDEBUG=
+#CCDEBUG=
 # Uncomment the next line to generate debug information:
-#CCDEBUG= -g
+CCDEBUG= -g
 #
 CCWARN= -Wall
 # Uncomment the next line to enable more warnings: