mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user