Skip to content

Commit

Permalink
update osx cross-compile build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstoneham committed Dec 10, 2019
1 parent 58b20af commit 99c2c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build/build-linux-crosscompile.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ strip src/metrixd && strip src/metrix-cli
```
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/x86_64-apple-darwin14 --disable-ccache --with-incompatible-bdb BDB_LIBS="-ldb_cxx-5.0" CPPFLAGS="-DNDEBUG"
./configure --prefix=`pwd`/depends/x86_64-apple-darwin14 --disable-ccache --with-incompatible-bdb BDB_LIBS="-ldb_cxx-5.0"
make
```

0 comments on commit 99c2c29

Please sign in to comment.