Navigation Menu

Skip to content

Commit

Permalink
Use correct option to custom C compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 17, 2015
1 parent 2f1556d commit 5b28c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ SHLIB_LINK = $(shell pkg-config --libs groonga)
REGRESS = pgroonga update bench

ifdef DEBUG
CFLAGS += -O0 -g3 -DPGROONGA_DEBUG=1
COPT += -O0 -g3 -DPGROONGA_DEBUG=1
SHLIB_LINK += -Wl,--rpath=$(shell pkg-config --libs-only-L groonga | sed -e 's/^-L//')
endif

Expand Down

0 comments on commit 5b28c73

Please sign in to comment.