Sha256: c5735487bfcdee55f22b74a43955d7bbb47633dd2c9e12ee79cc55f3063862e3

Contents?: true

Size: 889 Bytes

Versions: 1

Compression:

Stored size: 889 Bytes

Contents

# Copyright 2020 The Mesh Authors. All rights reserved.
# Use of this source code is governed by the Apache License,
# Version 2.0, that can be found in the LICENSE file.

build --cxxopt='-std=c++17'
#build --crosstool_top=@llvm_toolchain//:toolchain --copt=-D_LIBCPP_ENABLE_NODISCARD
build --strip=never

# largely from sorbet
build:debugsymbols --copt=-g3 --copt=-fstandalone-debug --copt=-fno-limit-debug-info
build:debugsymbols --linkopt=-g3 --linkopt=-fstandalone-debug --linkopt=-fno-limit-debug-info
build:debugsymbols --spawn_strategy=standalone
build:debugsymbols --genrule_strategy=standalone

build:disable-meshing --define disable_meshing=true
build:disable-randomization --define disable_randomization=true
build:shuffle-on-free --define shuffle_on_free=true

build:modern-amd64 --copt=-mavx --copt=-march=westmere
build:modern-amd64 --linkopt=-mavx --linkopt=-march=westmere

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mesh-rb-0.0.1 ext/mesh/mesh/.bazelrc