summaryrefslogtreecommitdiff
path: root/tools/nitrogfx/Makefile
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-08-30 23:07:56 +0100
committerGitHub <noreply@github.com>2021-08-30 23:07:56 +0100
commit6afd7bd12a7a7c5b9d3616dd843b7a8ef2df8f27 (patch)
treeeee378a2b4e09ff5e46faae7f4880f76ab075a26 /tools/nitrogfx/Makefile
parent7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff)
parentc17dcd24d24b9309ce2c1da1c709816afbea975b (diff)
Merge pull request #452 from PikalaxALT/pikalax_work
NNS fnd
Diffstat (limited to 'tools/nitrogfx/Makefile')
-rw-r--r--tools/nitrogfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/Makefile b/tools/nitrogfx/Makefile
index eadf2be5..18ecdbba 100644
--- a/tools/nitrogfx/Makefile
+++ b/tools/nitrogfx/Makefile
@@ -1,6 +1,6 @@
CC = gcc
-CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK
+CFLAGS = -Wall -Wextra -Werror -Wno-sign-compare -std=c11 -O2 -DPNG_SKIP_SETJMP_CHECK -D_CRT_SECURE_NO_WARNINGS
LIBS = -lpng -lz