Skip to content

Commit

Permalink
Add option to configure cross compile with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed May 11, 2020
1 parent 9f974e4 commit 8fd8380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ build-cross:
cmake-cross: build-cross
cd build-cross && mingw32-cmake ..

cmake-cross-debug: build-cross
cd build-cross && mingw32-cmake .. -DCMAKE_BUILD_TYPE=Debug

compile-cross: cmake-cross
$(MAKE) -C build-cross

Expand Down

0 comments on commit 8fd8380

Please sign in to comment.