Use release with debug info for easier crashlog analysis

Note: use tools/unix/build_omim.sh -R
This commit is contained in:
Alexander Borsuk
2021-09-08 06:56:13 +02:00
committed by Konstantin Pastbin
parent 530847285c
commit 0ef61252c6

View File

@@ -83,7 +83,7 @@ MAIN_OUT_PATH = os.path.join(_WORK_PATH, "generation")
CACHE_PATH = ""
# 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")
# Osm tools section: