summaryrefslogtreecommitdiff
path: root/cmake/glfw.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/glfw.cmake')
-rw-r--r--cmake/glfw.cmake2
1 files changed, 2 insertions, 0 deletions
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"
)