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 zyphlar
parent fc859c65d5
commit bcf65ee2e5

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: