1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

Add release flag to libnvim compilation

This commit is contained in:
Tae Won Ha 2016-07-03 17:05:16 +02:00
parent 23d36d83be
commit 2c7327e611
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -504,7 +504,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "pushd neovim\nmake libnvim\npopd";
shellScript = "pushd neovim\nmake CMAKE_BUILD_TYPE=Release libnvim\npopd";
};
/* End PBXShellScriptBuildPhase section */