Skip to content

Commit c1291b9

Browse files
committed
improve wording
1 parent 5839d65 commit c1291b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Important options are
134134
- `-DBUILD_SHARED_LIBS` set to `on` in case you want link your application dynamically against the standard library (default: `off`).
135135
- `-DBUILD_TESTING` set to `off` in case you want to disable the stdlib tests (default: `on`).
136136
- `-DCMAKE_VERBOSE_MAKEFILE` is by default set to `Off`, but if set to `On` will show commands used to compile the code.
137-
- `-DCMAKE_BUILD_TYPE` is by default set to `RelWithDebInfo` which uses compiler flags suitable for code development (but with only `-O2` optimization). These options may override compiler flags that are specified via `FFLAGS`. To avoid this, use the value `-DCMAKE_BUILD_TYPE=NoConfig` in conjunction with `FFLAGS`.
137+
- `-DCMAKE_BUILD_TYPE` is by default set to `RelWithDebInfo`, which uses compiler flags suitable for code development (but with only `-O2` optimization). Beware the compiler flags set this way will override any compiler flags specified via `FFLAGS`. To prevent this, use `-DCMAKE_BUILD_TYPE=NoConfig` in conjunction with `FFLAGS`.
138138

139139
For example, to configure a build using the Ninja backend while specifying compiler optimization via `FFLAGS`, generating procedures up to rank 7, installing to your home directory, using the `NoConfig` compiler flags, and printing the compiler commands, use
140140

0 commit comments

Comments
 (0)