From f9bafc40d9ec7639c37107ffb497a22ebbb8944c Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 8 Dec 2022 09:49:55 -0500 Subject: scite 5.3.2 rc1 --- scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch') diff --git a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch index 0e5e8df..29e40a0 100644 --- a/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch +++ b/scite/debian/patches/0007-Build-with-Debian-packaged-Lua.patch @@ -10,7 +10,7 @@ Forwarded: not-needed --- a/scite/gtk/deps.mak +++ b/scite/gtk/deps.mak -@@ -265,11 +265,7 @@ +@@ -267,11 +267,7 @@ ../src/Extender.h \ ../src/IFaceTable.h \ ../src/SciTEKeys.h \ @@ -40,7 +40,7 @@ Forwarded: not-needed ifdef gnomeprefix @@ -72,28 +72,6 @@ DEFINES += -D$(if $(DEBUG),DEBUG,NDEBUG) - BASE_FLAGS += $(if $(DEBUG),-g,-Os) + BASE_FLAGS += $(if $(DEBUG),-g,-O3) -ifndef NO_LUA -LUA_CORE_OBJS = lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \ @@ -67,7 +67,7 @@ Forwarded: not-needed LIBS += -lm -lstdc++ UNAME:=$(shell uname -s) -@@ -154,7 +132,7 @@ +@@ -155,7 +133,7 @@ StyleWriter.o \ Utf8_16.o -- cgit