Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/colorsc/Makefile
diff options
context:
space:
mode:
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) \