Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

[RFC] Formula: Reorder CMake flags. #78

Closed
wants to merge 1 commit into from

Conversation

fwalch
Copy link
Member

@fwalch fwalch commented Jul 25, 2015

CMAKE_BUILD_TYPE=RelWithDebInfo must come at the end to take effect,
as std_cmake_args contains CMAKE_BUILD_TYPE=Release.
Change the order while retaining Ruby 1.8 compatibility.

@soli Can you confirm that this still works?

CMAKE_BUILD_TYPE=RelWithDebInfo must come at the end to take effect,
as std_cmake_args contains CMAKE_BUILD_TYPE=Release.
Change the order while retaining Ruby 1.8 compatibility.
@soli
Copy link
Contributor

soli commented Jul 25, 2015

Yep, that seems to compile for me.
Is the other cmake invocation ok (I changed the order on line 64 or something too for the same reason)?

@fwalch
Copy link
Member Author

fwalch commented Jul 25, 2015

Thanks for testing!

Is the other cmake invocation ok (I changed the order on line 64 or something too for the same reason)?

We only specify custom flags there, so it should be fine.

@justinmk
Copy link
Member

👍 Thank you @fwalch

fwalch added a commit that referenced this pull request Jul 26, 2015
CMAKE_BUILD_TYPE=RelWithDebInfo must come at the end to take effect,
as std_cmake_args contains CMAKE_BUILD_TYPE=Release.
Change the order while retaining Ruby 1.8 compatibility.
@fwalch fwalch closed this Jul 26, 2015
@fwalch fwalch deleted the formula/reorder-flags branch July 26, 2015 17:33
sts10 added a commit to sts10/homebrew-neovim that referenced this pull request Oct 28, 2015
Change symlink targets to point to the new location of Neovim's config files. I think the change was fairly recent, as per [this Reddit thread](https://www.reddit.com/r/neovim/comments/3qgsza/psa_if_neovim_stopped_loading_your_nvimrc_after/), which points to a [issue neovim#78](neovim/neovim#78).
sts10 added a commit to sts10/homebrew-neovim that referenced this pull request Oct 28, 2015
Change symlink targets to point to the new location of Neovim's config files. I think the change was fairly recent, as per [this Reddit thread](https://www.reddit.com/r/neovim/comments/3qgsza/psa_if_neovim_stopped_loading_your_nvimrc_after/), which points to [issue neovim#78](neovim/neovim#78).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants