Skip to content
Snippets Groups Projects
Commit 63d9cbd4 authored by bigbes's avatar bigbes
Browse files

Merge branch 'stable'

parents 8ca9f99c 9b9fecaa
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,10 @@ class Tarantool < Formula
if build.with? 'debug'
ENV.enable_warnings
ENV.deparallelize
args << ["-DCMAKE_BUILD_TYPE=Debug"]
args << "-DCMAKE_BUILD_TYPE=Debug"
ohai "Building with Debug"
else
args << ["-DCMAKE_BUILD_TYPE=Release"]
args << "-DCMAKE_BUILD_TYPE=Release"
ohai "Building with Release"
end
args << "-DENABLE_CLIENT=True" if build.stable?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment