Skip to content

Commit

Permalink
sync makefile with local one (pipe, O2)
Browse files Browse the repository at this point in the history
Launchpad builds simdock for the ppa in a way that makes it crash when clicking on an icon. First try to minimize differences
  • Loading branch information
onli committed Oct 2, 2014
1 parent be10b91 commit df2cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ SRCDIR ?= src/
SHELL ?= /bin/sh
CC = g++
# CC := clang --analyze
CCFLAGS ?= -march=native -O3 -flto -Wall
CCFLAGS ?= -march=native -O2 -flto -Wall -pipe
DEPS = $(shell pkg-config --cflags glib-2.0 gconf-2.0 gtk+-2.0 libwnck-1.0 xcb-ewmh)
DEPS += $(shell wx-config --cflags )
LDFLAGS = $(shell pkg-config --libs glib-2.0 gconf-2.0 gtk+-2.0 libwnck-1.0 xcb-ewmh)
Expand Down

0 comments on commit df2cab5

Please sign in to comment.