mirror of https://gitee.com/bigwinds/arangodb
removed empty flags
This commit is contained in:
parent
3ae8eed4cb
commit
2cc4f1a253
|
@ -148,9 +148,6 @@ case $target in
|
|||
armv7l-*-linux-gnueabihf)
|
||||
tr_ARM="yes"
|
||||
tr_ARM7="yes"
|
||||
CFLAGS="$CFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS"
|
||||
;;
|
||||
|
||||
armv6l-*-linux-gnueabihf)
|
||||
|
|
|
@ -49,7 +49,6 @@ SET(LIB_ARANGO_CONSOLE
|
|||
Utilities/LinenoiseShell.cpp
|
||||
)
|
||||
|
||||
|
||||
add_library(
|
||||
${LIB_ARANGO}
|
||||
STATIC
|
||||
|
|
Loading…
Reference in New Issue