summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-17 21:34:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-17 21:34:13 -0400
commita178c57f021692e442febfff4e592a9be8687a33 (patch)
treef13faa1e8e286bf7539d0253dd47cd3e67296320 /tools/Makefile
parent4f5757f2efd170202625d3a44f260a71e7a82576 (diff)
Refactor pkmncompress.c to use common.h
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e291bcd6..1ed253ec 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,7 +1,7 @@
.PHONY: all clean
CC := gcc
-CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers
+CFLAGS := -O3 -flto -std=c11 -Wall -Wextra -pedantic
tools := \
gfx \