From 60b8469c488468364c7124750f34e5aebb80dc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 19 Sep 2018 09:55:12 +0200 Subject: [core] add --cache option to GLFW binary to specify the cache database --- cmake/glfw.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmake') diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake index c59ca013d0..eacc72d338 100644 --- a/cmake/glfw.cmake +++ b/cmake/glfw.cmake @@ -39,11 +39,13 @@ xcode_create_scheme( TARGET mbgl-glfw OPTIONAL_ARGS "--style=file.json" + "--cache=/tmp/mbgl-cache.db" "--lon=0" "--lat=0" "--zoom=1" "--bearing=0" "--pitch=0" "--fullscreen" + "--offline" "--benchmark" ) -- cgit v1.2.1