Skip to content

Commit

Permalink
Disable DEBUG build
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Sep 2, 2017
1 parent bfb4304 commit a7eca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ SYMBOLS :=

# Includes debug information, which allows the binary to be debugged easily.
# If set to "TRUE", debug info will be created.
DEBUGGER := TRUE
DEBUGGER :=

# Specify any additional compiler flags to be used.
COMPILER_FLAGS = -Woverloaded-virtual -funsigned-bitfields -Wwrite-strings
Expand Down

0 comments on commit a7eca47

Please sign in to comment.