Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteve0924 authored Sep 17, 2024
1 parent 307e677 commit 11d0fab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,18 @@ ninja -C build
sudo ninja -C build install

to build in debug mode:
meson setup debugbuild --prefix=/usr --buildtype=debug
ninja -C debugbuild
sudo ninja -C debugbuild install

to build with address sanitizer:
meson setup debugbuild --prefix=/usr --buildtype=debug -Db_sanitize=address,undefined
ninja -C debugbuild
sudo ninja -C debugbuild install

To see if wayfire executable was built with address sanitizer run this in terminal:
nm -an /usr/bin/wayfire | grep asan

When installing wf-config use meson build --prefix=/usr

```
**Note**: `wf-config` and `wlroots` can be built as submodules, by specifying
Expand Down

0 comments on commit 11d0fab

Please sign in to comment.