make/gcc.mk

changeset 156
bd15eeaa88c0
parent 105
2b7f92ff2c15
--- a/make/gcc.mk	Mon Jun 16 20:24:47 2025 +0200
+++ b/make/gcc.mk	Mon Jun 16 20:58:51 2025 +0200
@@ -3,6 +3,6 @@
  #
 
  CFLAGS =
- DEBUG_CFLAGS = -g -Wall -Wextra -Werror
+ DEBUG_CFLAGS = -g -Wall -Wextra -Werror -Wno-missing-field-initializers
  RELEASE_CFLAGS = -O3 -DNDEBUG
  LDFLAGS =
\ No newline at end of file

mercurial