Skip to content

Commit

Permalink
build release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Nov 10, 2021
1 parent fef9b20 commit 1e3faaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cmake -S . -B build -G "Unix Makefiles" -D USE_LUAJIT=ON || exit /b
cmake -S . -B build -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release -D USE_LUAJIT=ON || exit /b
copy build\compile_commands.json .\

0 comments on commit 1e3faaa

Please sign in to comment.