mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:10:20 +02:00
remove C flags, fix move of debian dir
git-svn-id: trunk@9026 -
This commit is contained in:
parent
761ff637bf
commit
ebf5cade9e
9
debian/rules
vendored
9
debian/rules
vendored
@ -8,13 +8,6 @@
|
||||
|
||||
LAZDEBDIR = $(CURDIR)/debian/lazarus
|
||||
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O2
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
@ -69,7 +62,7 @@ install: build
|
||||
install -d $(LAZDEBDIR)/usr/bin
|
||||
|
||||
install -m 644 $(CURDIR)/images/ide_icon48x48.png $(LAZDEBDIR)/usr/share/pixmaps/lazarus.png
|
||||
install -m 644 $(CURDIR)/gnome.ide.desktop $(LAZDEBDIR)/usr/share/gnome/apps/Development/lazarus.desktop
|
||||
install -m 644 $(CURDIR)/install/gnome.ide.desktop $(LAZDEBDIR)/usr/share/gnome/apps/Development/lazarus.desktop
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
Loading…
Reference in New Issue
Block a user