Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colorsc/Makefile
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-19 06:34:10 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-20 00:03:07 (GMT)
commit3bf19ed84024bf7005e3fe6639d3394405df4867 (patch)
tree05f22b775967ba191e8aee62278d805811a82457 /colorsc/Makefile
parent1c66573c30e9ebec4ad78dab282c702de12f9552 (diff)
Support 24/32 screen depths in color picker; optimization
Diffstat (limited to 'colorsc/Makefile')
-rw-r--r--colorsc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorsc/Makefile b/colorsc/Makefile
index 87bfff0..eefc014 100644
--- a/colorsc/Makefile
+++ b/colorsc/Makefile
@@ -2,7 +2,7 @@ CXXFLAGS = $(shell pkg-config --cflags gdk-x11-2.0) \
$(shell pkg-config --cflags gstreamer-0.10) \
$(shell pkg-config --cflags pygtk-2.0) \
$(shell python-config --cflags) \
- -fPIC
+ -fPIC -O2
LDFLAGS = $(shell pkg-config --libs gdk-x11-2.0) \
$(shell pkg-config --libs gstreamer-0.10) \
$(shell pkg-config --libs pygtk-2.0) \