Skip to content

Commit

Permalink
Fix missing debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Muhonen committed Mar 1, 2011
1 parent 1b79b4c commit f09e3d0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions debian/rules
Expand Up @@ -12,13 +12,7 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS

CFLAGS = -Wall

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
else
CFLAGS += -s
endif
CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
Expand Down

0 comments on commit f09e3d0

Please sign in to comment.