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

With debian, we must comoile with C11 (gcc 8.3 and clang 7)

parent 0526d3b3
Branches
Étiquettes
1 requête de fusion!105Refactor and more
......@@ -126,7 +126,7 @@ if test "x${LKT_DEBUG_ENABLED}" = "xyes"; then
else
BASEFLAGS+=" -O3"
fi
CFLAGS="${BASEFLAGS} -std=c18"
CFLAGS="${BASEFLAGS} -std=c11"
##########
# OUTPUT #
......
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