Skip to content

Commit

Permalink
Add DEBUG_GEOMETRY build flag [publish binary]
Browse files Browse the repository at this point in the history
  • Loading branch information
freenerd committed Feb 4, 2016
1 parent ba51cd9 commit 7bdffe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Expand Up @@ -79,7 +79,8 @@ function build_osrm() {
-DCMAKE_INCLUDE_PATH=${MASON_HOME}/include \
-DCMAKE_LIBRARY_PATH=${MASON_HOME}/lib \
-DCMAKE_BUILD_TYPE=${TARGET} \
-DCMAKE_EXE_LINKER_FLAGS="${LINK_FLAGS}"
-DCMAKE_EXE_LINKER_FLAGS="${LINK_FLAGS}" \
-DDEBUG_GEOMETRY=ON
make -j${JOBS} && make install

popd
Expand Down

0 comments on commit 7bdffe5

Please sign in to comment.