Added NvOptimusEnablement DLL caveat.

This commit is contained in:
Camilla Berglund 2014-12-29 03:56:51 +01:00
parent 56202ee7c6
commit 4783b17fa3

View File

@ -229,7 +229,8 @@ can lead to severe jitter.
`GLFW_USE_OPTIMUS_HPG` determines whether to export the `NvOptimusEnablement`
symbol, which forces the use of the high-performance GPU on nVidia Optimus
systems.
systems. This symbol needs to be exported by the EXE, so the override will not
work if GLFW is built as a DLL.
@subsubsection compile_options_egl EGL specific CMake options