mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Use release with debug info for easier crashlog analysis
Note: use tools/unix/build_omim.sh -R
This commit is contained in:
committed by
Konstantin Pastbin
parent
530847285c
commit
0ef61252c6
@@ -83,7 +83,7 @@ MAIN_OUT_PATH = os.path.join(_WORK_PATH, "generation")
|
|||||||
CACHE_PATH = ""
|
CACHE_PATH = ""
|
||||||
|
|
||||||
# Developer section:
|
# Developer section:
|
||||||
BUILD_PATH = os.path.join(_WORK_PATH, "omim-build-release")
|
BUILD_PATH = os.path.join(_WORK_PATH, "omim-build-relwithdebinfo")
|
||||||
OMIM_PATH = os.path.join(_WORK_PATH, "omim")
|
OMIM_PATH = os.path.join(_WORK_PATH, "omim")
|
||||||
|
|
||||||
# Osm tools section:
|
# Osm tools section:
|
||||||
|
|||||||
Reference in New Issue
Block a user