Skip to content

Commit

Permalink
fix: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 5, 2024
1 parent d450353 commit bbedd2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Inspect both of them, and if they look correct, proceed with building and instal

> [!TIP]
> You may edit the configuration file (`build-iguana.ini`, by default) to
> change any settings, and re-build `iguana` with `./install-iguana.sh`.
> change any settings, and rebuild `iguana` with `./install-iguana.sh`.
> - this procedure is preferred if you just want to change some settings
> - re-running `configure.py` will _overwrite_ your configuration file
Expand All @@ -79,6 +79,7 @@ Inspect both of them, and if they look correct, proceed with building and instal
> ```bash
> meson setup --wipe build-iguana
> ```
> Then try to rebuild
### Using Meson Directly
Expand Down
4 changes: 2 additions & 2 deletions doc/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Try enabling debugging symbols, either by:
- set built-in option `buildtype` to `'debug'` in your build-configuration `.ini` file (or in your `meson` command)
- use `--debug` when running `configure.py`

Then re-build `iguana`.
Then rebuild `iguana`.

Remember to revert this change and re-build, so that `iguana` runs with full optimization when you are processing large data sets (`buildtype = 'release'`).
Remember to revert this change and rebuild, so that `iguana` runs with full optimization when you are processing large data sets (`buildtype = 'release'`).

0 comments on commit bbedd2d

Please sign in to comment.