summaryrefslogtreecommitdiff
path: root/examples/.cargo
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-18 23:45:36 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-18 23:45:36 +0200
commitfca839c40f9651d84b8d6aa465b8e4169c2a0e76 (patch)
treed7b014d16f4b0b034651462530f57d3510dd68b8 /examples/.cargo
parent1094ac4d82c9c8eab75d3199a7da4e8db6d096b9 (diff)
downloadnrf-softdevice-fca839c40f9651d84b8d6aa465b8e4169c2a0e76.zip
Optimize CI
Diffstat (limited to 'examples/.cargo')
-rw-r--r--examples/.cargo/config19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/.cargo/config b/examples/.cargo/config
index b8aa023..e9a3bdb 100644
--- a/examples/.cargo/config
+++ b/examples/.cargo/config
@@ -1,25 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip nRF52840_xxAA"
-rustflags = [
- # LLD (shipped with the Rust toolchain) is used as the default linker
- "-C", "link-arg=--nmagic",
- "-Z", "trap-unreachable=no",
- "-C", "link-arg=-Tlink.x",
- "-C", "link-arg=-Tdefmt.x",
-
- # if you run into problems with LLD switch to the GNU linker by commenting out
- # this line
- # "-C", "linker=arm-none-eabi-ld",
-
- # if you need to link to pre-compiled C libraries provided by a C toolchain
- # use GCC as the linker by commenting out both lines above and then
- # uncommenting the three lines below
- # "-C", "linker=arm-none-eabi-gcc",
- # "-C", "link-arg=-Wl,-Tlink.x",
- # "-C", "link-arg=-nostartfiles",
-]
-
[build]
# Pick ONE of these compilation targets
# target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+