Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RelWithDebInfo support #10

Merged
merged 5 commits into from
May 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adapt docs
  • Loading branch information
letmaik committed May 11, 2019
commit d42cfaf13fc3e81de004d1e2904c182a9f6bfd9e
4 changes: 2 additions & 2 deletions doc/cmake/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ By default WRF-CMake will compile in `serial` mode with `basic` nesting option.
|----|-------|-------|-----------|
|`MODE`|`serial`, `dmpar`, `smpar`, `dm+sm`|`serial`|Serial/parallel modes|
|`NESTING`|`none`, `basic`, `vortex`, `following`|`basic`|Domain Options|
|`CMAKE_BUILD_TYPE`|`Release`, `Debug`|`Release`|Whether to optimise/build with debug flags.|
|`CMAKE_BUILD_TYPE`|`Release`, `Debug`, `RelWithDebInfo`|`Release`|Whether to optimise/build with debug flags.|
|`ENABLE_RUNTIME_CHECKS`|`ON`, `OFF`|`OFF`|Whether to enable compiler runtime checks in Release mode.|
|`ENABLE_GRIB1`|`ON`, `OFF`|`ON`|Enable/Disable GRIB 1 support.|
|`ENABLE_GRIB2`|`ON`, `OFF`|`ON`|Enable/Disable GRIB 2 support.|
Expand Down Expand Up @@ -108,7 +108,7 @@ where `<install_directory>` is the directory where to install WPS and `<wrf_cmak

|Name|Options|Default|Description|
|----|-------|-------|-----------|
|`CMAKE_BUILD_TYPE`|`Release`, `Debug`|`Release`|Whether to optimise/build with debug flags.|
|`CMAKE_BUILD_TYPE`|`Release`, `Debug`, `RelWithDebInfo`|`Release`|Whether to optimise/build with debug flags.|
|`ENABLE_RUNTIME_CHECKS`|`ON`, `OFF`|`OFF`|Whether to enable compiler runtime checks in Release mode.|
|`ENABLE_GRIB1`|`ON`, `OFF`|`OFF`|Enable/Disable GRIB 1 support (`ungrib` always has GRIB 1).|
|`ENABLE_GRIB2_PNG`|`ON`, `OFF`|`ON`|Enable/Disable GRIB 2 PNG support.|
Expand Down