We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5725be commit 1433105Copy full SHA for 1433105
README.md
@@ -176,8 +176,8 @@ To build console application check [Requirements](#requirements) and go
176
to `gpujpeg` directory (where [README.md](README.md) and [COPYING](COPYING)
177
files are placed) and run `cmake` command:
178
179
- cmake -DCMAKE_BUILD_TYPE=Release -Bbuild .
180
- cmake --build build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_ARCHITECTURES=native -Bbuild .
+ cmake --build build --config Release
181
182
You can also use **autotools** to create a build recipe for the library and the
183
application or a plain old _Makefile.bkp_. However, _cmake_ is recommended.
0 commit comments