Makefile: add -Wno-initializer-overrides to clang builds
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ CFLAGS.gcc := -std=c23 -Wall -Wextra -Wconversion -Wno-unused-function
|
|||||||
CFLAGS.gcc.release := -Ofast -march=native -DNDEBUG
|
CFLAGS.gcc.release := -Ofast -march=native -DNDEBUG
|
||||||
CFLAGS.gcc.debug := -ggdb -O1 -fsanitize=address
|
CFLAGS.gcc.debug := -ggdb -O1 -fsanitize=address
|
||||||
|
|
||||||
CFLAGS.clang := -std=c23 -g -Wall -Wextra -Wconversion -Wno-unused-function -Wimplicit-int-conversion -Wno-macro-redefined
|
CFLAGS.clang := -std=c23 -g -Wall -Wextra -Wconversion -Wno-unused-function -Wimplicit-int-conversion -Wno-macro-redefined -Wno-initializer-overrides
|
||||||
CFLAGS.clang.release := -O3 -ffast-math -march=native -DNDEBUG -DNSTATS
|
CFLAGS.clang.release := -O3 -ffast-math -march=native -DNDEBUG -DNSTATS
|
||||||
CFLAGS.clang.debug := -g3 -O1 -fsanitize=address,undefined
|
CFLAGS.clang.debug := -g3 -O1 -fsanitize=address,undefined
|
||||||
CFLAGS.clang.wasm := \
|
CFLAGS.clang.wasm := \
|
||||||
|
|||||||
Reference in New Issue
Block a user