Rev 39 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 39 | Rev 45 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | 11 | ||
12 | include /usr/share/dpatch/dpatch.make |
12 | include /usr/share/dpatch/dpatch.make |
13 | 13 | ||
14 | export CXXFLAGS = -Wall -g |
14 | export CXXFLAGS = -Wall -g |
15 | 15 | ||
16 | ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) |
16 | ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) |
17 | CXXFLAGS += -O0 |
17 | CXXFLAGS += -O0 |
18 | else |
18 | else |
19 | CXXFLAGS += -O2 |
19 | CXXFLAGS += -O2 |
20 | endif |
20 | endif |
21 | 21 |