File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.10.2
4
+
5
+ * New project generator updates
6
+ * Strip everything but docs with ` MIX_ENV=dev `
7
+
8
+ Since most users don't use debug symbols, strip them out of the beams
9
+ even for dev builds. This keeps docs, though. Here's are some firmware
10
+ sizes to see the effect:
11
+
12
+ circuits_quickstart_unstripped.fw 43597619
13
+ circuits_quickstart_docs.fw 33595640
14
+ circuits_quickstart_stripped.fw 33016963
15
+
16
+ As you can see, this saves ~ 10 MB and retains docs.
17
+
3
18
## 1.10.1
4
19
5
20
* New project generator updates
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.Bootstrap.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.10.1 "
4
+ @ version "1.10.2 "
5
5
@ source_url "https://github.com/nerves-project/nerves_bootstrap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments