Merge pull request #8000 from tschoonj/std_meson_args-fix
std_meson_args: add release buildtype
This commit is contained in:
commit
f586bf2f4f
@ -1420,7 +1420,7 @@ class Formula
|
||||
|
||||
# Standard parameters for meson builds.
|
||||
def std_meson_args
|
||||
["--prefix=#{prefix}", "--libdir=#{lib}"]
|
||||
["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release"]
|
||||
end
|
||||
|
||||
def shared_library(name, version = nil)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user