Skip to content

Commit

Permalink
max - Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Jan 25, 2024
1 parent d44a0d6 commit 9b0e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/max/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pushd "source"
mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_PREFIX_PATH="$VCPKG_INSTALLED_PATH" \
..
make -j "$(nproc)"
Expand Down

0 comments on commit 9b0e8ec

Please sign in to comment.