Skip to content

Commit 7ab97ea

Browse files
committed
Recommend the simplest possible configuration and build commands
Once users wish to start customizing their build by potentially enabling optimizations, then they can learn about such differences. For now it's not useful to add this extra branch in the instructions. Let's keep it simple.
1 parent 4af7a18 commit 7ab97ea

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,10 @@ The template starts out very basic, but might receive additional features over t
3737
3838
Using CMake from the command line is straightforward as well.
3939
40-
For a single-configuration generator (typically the case on Linux and macOS):
4140
```
42-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
41+
cmake -B build
4342
cmake --build build
4443
```
45-
46-
For a multi-configuration generator (typically the case on Windows):
47-
```
48-
cmake -S . -B build
49-
cmake --build build --config Release
50-
```
5144
1. Enjoy!
5245
5346
## Upgrading SFML

0 commit comments

Comments
 (0)