Skip to content

Commit

Permalink
修改 unitest的编译选项
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixin.lm committed Oct 8, 2023
1 parent 4a59fc8 commit c4bd8db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions unittest/obproxy/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ AM_CPPFLAGS += -I${top_srcdir}/src/obproxy/iocore/eventsystem \
-I${top_srcdir}/src/obproxy/proxy/omt \
-I${top_srcdir}/src/obproxy/obutils \
-I${top_srcdir}/src/obproxy/utils \
-I${top_srcdir}/src/lib/hash \
-I${top_srcdir}/deps/easy/src/include\
-I${top_srcdir}/deps/easy/src/io\
-I${top_srcdir}/deps/easy/src/util\
-I${top_srcdir}/deps/easy/src/thread\
-I${DEP_DIR}/include/mariadb\
-I${top_srcdir}/src/obproxy
-Wno-array-bounds
-I${top_srcdir}/src/lib/hash \
-I${top_srcdir}/deps/easy/src/include \
-I${top_srcdir}/deps/easy/src/io \
-I${top_srcdir}/deps/easy/src/util \
-I${top_srcdir}/deps/easy/src/thread \
-I${DEP_DIR}/include/mariadb \
-I${top_srcdir}/src/obproxy \
-Wno-array-bounds
LIBTOOLFLAGS=--preserve-dup-deps


Expand Down

0 comments on commit c4bd8db

Please sign in to comment.