diff options
| author | Akira Akashi <rubenru09@aol.com> | 2021-08-30 23:07:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 23:07:56 +0100 |
| commit | 6afd7bd12a7a7c5b9d3616dd843b7a8ef2df8f27 (patch) | |
| tree | eee378a2b4e09ff5e46faae7f4880f76ab075a26 /tools/nitrogfx/Makefile | |
| parent | 7994935696dcf9d81888e2d9d991f4b6a3e00738 (diff) | |
| parent | c17dcd24d24b9309ce2c1da1c709816afbea975b (diff) | |
Merge pull request #452 from PikalaxALT/pikalax_work
NNS fnd
Diffstat (limited to 'tools/nitrogfx/Makefile')
| -rw-r--r-- | tools/nitrogfx/Makefile | 2 |
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 |
