Add compiling constants (#5593)

* add compiling constants

* fix version and quoting

* lib/const.rb: add CREW_MESON_FNO_LTO_OPTIONS

* lib/const.rb: fix CREW_COMMON_OPTIONS

* crew: add new consts to crew const output

* bin/crew: alphabetize consts

Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
Cassandra Watergate
2021-04-12 12:15:28 -04:00
committed by GitHub
parent d614a166de
commit ff31a81843
131 changed files with 143 additions and 135 deletions

View File

@@ -24,7 +24,7 @@ class Libsigcplusplus3 < Package
})
def self.build
system "meson #{CREW_MESON_LTO_OPTIONS} \
system "meson #{CREW_MESON_OPTIONS} \
-Dbuild-examples=false \
builddir"
system "meson configure builddir"