From 4783b17fa34963ead893fbbfbb87f8097faeb96b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 29 Dec 2014 03:56:51 +0100 Subject: [PATCH] Added NvOptimusEnablement DLL caveat. --- docs/compile.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/compile.dox b/docs/compile.dox index 67e54045..34f94120 100644 --- a/docs/compile.dox +++ b/docs/compile.dox @@ -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