glfwSwapInterval is not affected

sasmaster wrote on Wednesday, March 05, 2014:

In the previous version of the lib I used values like 2 , 4 ,8 ,16 etc as params for glfwSwapInterval
to get slower vsynch but now I see these numbers have no effect.Why?

elmindreda wrote on Wednesday, March 05, 2014:

http://www.glfw.org/faq.html#33__why_doesnt_glfwswapinterval_work

sasmaster wrote on Wednesday, March 05, 2014:

So I need to recompile it all now with a specific flag? Why?It was pretty convenient to have this option by def in the old versionā€¦

elmindreda wrote on Wednesday, March 05, 2014:

The defaults are chosen to be functional on the largest number of systems.

sasmaster wrote on Thursday, March 06, 2014:

Ok,thanks.