[Groonga-commit] pgroonga/pgroonga at 5b28c73 [master] Use correct option to custom C compiler flags

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Jan 18 00:03:21 JST 2015


Kouhei Sutou	2015-01-18 00:03:21 +0900 (Sun, 18 Jan 2015)

  New Revision: 5b28c73c5a24abd961576b12d721316ccaed7ddb
  https://github.com/pgroonga/pgroonga/commit/5b28c73c5a24abd961576b12d721316ccaed7ddb

  Message:
    Use correct option to custom C compiler flags

  Modified files:
    Makefile

  Modified: Makefile (+1 -1)
===================================================================
--- Makefile    2015-01-17 23:19:09 +0900 (ccd0c68)
+++ Makefile    2015-01-18 00:03:21 +0900 (36fec5d)
@@ -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
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る