We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2b42e commit 76d04c8Copy full SHA for 76d04c8
1 file changed
makefiles/variables.mk
@@ -70,7 +70,7 @@ endif
70
71
# Options pour le compilateur C
72
# Attention, très long à compiler avec GCC en O2/O3
73
-COMMON_CFLAGS?=-std=c89 -pedantic -Wall
+COMMON_CFLAGS?=-std=c89 -pedantic -Wall -Wno-unused-label
74
ifeq ($(CC), clang)
75
COMPILER_SPECIFIC_CFLAGS=-O2
76
# COMPILER_SPECIFIC_CFLAGS=
0 commit comments