Skip to content
Extraits de code Groupes Projets
Vérifiée Valider a87da434 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Always include debug info (in release mode)

+ Also abort when reaching the to be implemented section to filter karas
to update in the repo module
parent 13d2fbb4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!177Add the query to the `update` command to filter karas to update
Pipeline #2476 réussi
......@@ -3,6 +3,10 @@ include(TestBigEndian) # Needed for endianness tests
set(LKT_VERSION 2.4)
if(CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_BUILD_TYPE RelWithDebInfo)
endif()
# Alpho Vivy, CXX only
project(lektor VERSION ${LKT_VERSION} LANGUAGES C)
cmake_policy(SET CMP0100 NEW)
......
......@@ -444,6 +444,7 @@ ___handle_got_json_internal_callback(const char *key, const char *val, int comp,
/* The kara is already present in the DB */
else {
LOG_INFO("REPO", "Skip DL of kara %ld because we are in a dry update", kara->id);
LOG_UNREACHABLE;
}
lkt_queue_send(kara->repo->queue, LKT_EVENT_DB_UPDATE_TICK, NULL);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter