Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37766669
en ru br
ALT Linux repositórios
S:0.3.95-alt1
5.0: 0.2.3-alt2

Group :: Sistema/Bibliotecas
RPM: liblensfun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: lensfun-0.2.5-alt-debuginfo.patch
Download


diff --git a/lensfun/build/tibs/compiler/gcc.mak b/lensfun/build/tibs/compiler/gcc.mak
index 928f99c..cbc5b71 100644
--- a/lensfun/build/tibs/compiler/gcc.mak
+++ b/lensfun/build/tibs/compiler/gcc.mak
@@ -11,7 +11,7 @@ ifneq ($(TARGET),windows)
 GCC.CFLAGS.SHARED ?= -fPIC
 endif
 
-GCC.CFLAGS.release = -s -O3 -fomit-frame-pointer -funroll-loops
+GCC.CFLAGS.release = -g -O3 -fomit-frame-pointer -funroll-loops
 GCC.CFLAGS.debug = -D__DEBUG__ -g
 
 ifeq ($(ARCH),arm)
@@ -30,7 +30,7 @@ GCC.LD ?= g++
 GCC.LDFLAGS = $(GCC.LDFLAGS.$(MODE))
 GCC.LDFLAGS.LIBS = $(LDLIBS) -lm
 
-GCC.LDFLAGS.release = -s
+GCC.LDFLAGS.release = -g
 GCC.LDFLAGS.debug = -gdwarf-2 -g3
 
 GCC.LINKLIB = $(if $(findstring $L,$1),,$(if $(findstring /,$1),$1,-l$1))
diff --git a/lensfun/tools/makedep/BUILDING b/lensfun/tools/makedep/BUILDING
index 5167b6f..f1bc088 100644
--- a/lensfun/tools/makedep/BUILDING
+++ b/lensfun/tools/makedep/BUILDING
@@ -1,4 +1,4 @@
 To build the tool, just compile all the .cpp file together into a executable called
 makedep{.exe}. With the GNU C compiler this is just:
 
-g++ -s -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -o makedep *.cpp
+g++ -g -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -o makedep *.cpp
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009