Build in release mode.

- Dependency are installed "striped".
- Our project are build "debugoptimized" by default and "release" when
  building release instead of "debug"

We need to update the `base_deps_meta_version` as we are changing how
dependencies are compiled.
This commit is contained in:
Matthieu Gautier
2019-02-18 14:31:53 +01:00
parent b43bf31c3c
commit 505961be4c
11 changed files with 35 additions and 11 deletions

View File

@ -35,7 +35,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '16'
base_deps_meta_version = '17'
base_deps_versions = {