Skip to content

Commit

Permalink
bazelrc: strip dev builds, don't strip cross
Browse files Browse the repository at this point in the history
Release note: none.
Epic: none.
  • Loading branch information
dt committed Dec 19, 2024
1 parent 6087ddf commit 2c47be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build --flag_alias=heavy=//build/toolchains:heavy_flag

build:crdb_test_off --crdb_test_off
build:cross --cross
build:dev --dev
build:dev --dev --strip=always
build:force_build_cdeps --force_build_cdeps
build:heavy --heavy
build:lintonbuild --run_validations
Expand Down Expand Up @@ -73,7 +73,7 @@ test:ci --test_output=errors
test:ci --test_tmpdir=/artifacts/tmp
build:ci --config=cibase

build:cross --stamp
build:cross --stamp --strip=never

# Cross-compilation configurations. Add e.g. --config=crosslinux to turn these on.
# Generally these should be used for development builds. Each cross config has
Expand Down

0 comments on commit 2c47be9

Please sign in to comment.