Skip to content

Commit 6b39740

Browse files
authored
Fix hello world app built in release (#689)
1 parent 0e0cb6e commit 6b39740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ build:android --android_crosstool_top=@androidndk//:toolchain
3030
# https://github.com/bazelbuild/rules_rust/issues/3627
3131
build:ios --config=fake-nightly
3232
build:ios --@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols
33-
build:_rules_xcodeproj_build --config=fake-nightly
34-
build:_rules_xcodeproj_build --@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols
33+
build:_rules_xcodeproj_build --config=ios
3534

3635
build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml
3736
build --@rules_rust//rust/settings:clippy.toml=//:.clippy.toml
@@ -57,6 +56,7 @@ build:ci --define build_config=ci
5756
build:dbg-common --compilation_mode=opt
5857
build:dbg-common --config=abort-panic
5958

59+
build:dbg-ios --config=ios
6060
build:dbg-ios --config=dbg-common
6161

6262
# Ensure that the output of the `ios_static_framework` rule is a zip as opposed to an unzipped

0 commit comments

Comments
 (0)