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:
parent
23d36d83be
commit
2c7327e611
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user