Skip to content

Commit

Permalink
Clarify Debug config note in Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Mar 27, 2024
1 parent 0a5158a commit ee375b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual/modules/ROOT/pages/windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ using:
** `--target package` -- NSIS installer

* It is perfectly possible to use `--config Debug` to create an executable with
debugging symbols etc. However, doing so might make the plugins in the
catalog incompatible if it is not possible to load optimized libraries into
a opencpn debug build. FIXME(leamas): what is the situation?
debugging symbols etc. However, doing so will make the plugins in the
catalog incompatible as it is not possible to load optimized libraries into
an opencpn debug build. Prefer `RelWithDebInfo` configuration in most cases.
* _win_deps.bat_ stores files in the _cache_ directory. This can be removed
safely, it is re-created from scratch by _win_deps.bat_
* The correct options to invoke cmake manually can be found in
Expand Down

0 comments on commit ee375b4

Please sign in to comment.