2021-07-07 20:20:55 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
---
|
2022-03-23 22:17:43 +00:00
|
|
|
src/Makefile | 4 ++--
|
2021-07-07 20:20:55 +00:00
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2025-03-25 17:12:44 +01:00
|
|
|
Index: LuaJIT-5.1.2.1.0+git.1741730670.538a821/src/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- LuaJIT-5.1.2.1.0+git.1741730670.538a821.orig/src/Makefile 2025-03-25 17:07:13.482265396 +0100
|
|
|
|
+++ LuaJIT-5.1.2.1.0+git.1741730670.538a821/src/Makefile 2025-03-25 17:07:21.367645582 +0100
|
|
|
|
@@ -54,9 +54,9 @@
|
2021-07-07 20:20:55 +00:00
|
|
|
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:
|