Skip to content

Commit

Permalink
build: Update 'setup_meson.sh'
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Feb 13, 2024
1 parent 52cb4f8 commit dc7ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_meson.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e

meson setup -Dbuildtype=debug build_debug
meson setup -Dbuildtype=debug -Denable-debug-checks=true build_debug
meson setup -Dbuildtype=release build_release

0 comments on commit dc7ad2d

Please sign in to comment.