diff options
author | quinn <quinn@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-18 01:13:39 +0000 |
---|---|---|
committer | quinn <quinn@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-10-18 01:13:39 +0000 |
commit | fd4a9589dfcccf4aa80143572eedea517047a21a (patch) | |
tree | 29d9c63085cfd74ab58be20e6eb075c3b42f7e85 /Makefile | |
parent | 2e9f6f50db0ab33aae55ab325ea579d2c818cfe5 (diff) | |
download | marex-dev-fd4a9589dfcccf4aa80143572eedea517047a21a.tar.gz marex-dev-fd4a9589dfcccf4aa80143572eedea517047a21a.tar.bz2 |
Makefile: set some debugging CFLAGS by default
beryl-core/event: adjust logic in FocusIn so that DemandsAttention is cleared on focusIn even if the window is already active, as in compiz
git-svn-id: file:///beryl/trunk@672 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX?=/usr SUCMD?=sudo -CFLAGS?= +CFLAGS?=-O2 -Wall -ggdb3 -gstabs+ EXTRA_PACKAGE_ARGS=-us -uc modules:=\ |