Skip to content

Commit

Permalink
samples: Don't build with debug info by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and JayFoxRox committed Sep 26, 2019
1 parent c56040f commit a75692f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion samples/httpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DEBUG=y
XBE_TITLE=httpd
GEN_XISO = $(XBE_TITLE).iso
SRCS += $(wildcard $(CURDIR)/*.c)
Expand Down
1 change: 0 additions & 1 deletion samples/sdl/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DEBUG = y
XBE_TITLE = sdl
GEN_XISO = $(XBE_TITLE).iso
SRCS += $(wildcard $(CURDIR)/*.c)
Expand Down
1 change: 0 additions & 1 deletion samples/sdl_ttf/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
DEBUG = y
XBE_TITLE = sdl_ttf
GEN_XISO = $(XBE_TITLE).iso
SRCS += $(CURDIR)/main.c
Expand Down

0 comments on commit a75692f

Please sign in to comment.