Skip to content

Commit

Permalink
update nitrogfx to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
red031000 committed Nov 13, 2024
1 parent edbd0f8 commit a3fb90b
Show file tree
Hide file tree
Showing 17 changed files with 3,516 additions and 2,257 deletions.
1 change: 1 addition & 0 deletions .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/*.inc
**/*.json
lib/
tools/nitrogfx/
1 change: 1 addition & 0 deletions tools/nitrogfx/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nitrogfx
nitrogfx-debug
.vscode/
2 changes: 1 addition & 1 deletion tools/nitrogfx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: nitrogfx
@:

nitrogfx-debug: $(SRCS) convert_png.h gfx.h global.h jasc_pal.h lz.h rl.h util.h font.h json.h cJSON.h
$(CC) $(CFLAGS) -g -DDEBUG $(SRCS) -o $@ $(LDFLAGS) $(LIBS) -fsanitize=address,undefined
$(CC) $(CFLAGS) -g -DDEBUG $(SRCS) -o $@ $(LDFLAGS) $(LIBS)

nitrogfx: $(SRCS) convert_png.h gfx.h global.h jasc_pal.h lz.h rl.h util.h font.h json.h cJSON.h
$(CC) $(CFLAGS) -O2 $(SRCS) -o $@ $(LDFLAGS) $(LIBS)
Expand Down
Loading

0 comments on commit a3fb90b

Please sign in to comment.