Skip to content

Commit a7eca47

Browse files
author
Humdinger
committed
Disable DEBUG build
1 parent bfb4304 commit a7eca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SYMBOLS :=
113113

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

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

0 commit comments

Comments
 (0)