Skip to content

Commit

Permalink
Modify makefile opts for debug-cross-linux entry
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Sep 11, 2023
1 parent 5e4f18d commit 950eb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ debug-static-all:
debug-cross-linux:
cd contrib/depends && ${MAKE} -j4 HOST=x86_64-gnu-linux
mkdir -p build/debug
cd build/debug && cmake -D CMAKE_BUILD_TYPE="Debug" -D CMAKE_TOOLCHAIN_FILE=${PWD}/contrib/depends/x86_64-gnu-linux/share/toolchain.cmake ../.. && ${MAKE}
cd build/debug && cmake -D CMAKE_BUILD_TYPE="Debug" -D STATIC=OFF -D BUILD_SHARED_LIBS=ON -D CMAKE_TOOLCHAIN_FILE=${PWD}/contrib/depends/x86_64-gnu-linux/share/toolchain.cmake ../.. && ${MAKE}

cmake-release:
mkdir -p build/release
Expand Down

0 comments on commit 950eb20

Please sign in to comment.