Skip to content

Commit 2300230

Browse files
Do not use -g here
1 parent 284037d commit 2300230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ifeq ($(USER_BUILD),debug)
260260
# -----------------
261261
# compilation flags
262262

263-
FLAGS += -g -DDEBUG -D_GLIBCXX_DEBUG
263+
FLAGS += -DDEBUG -D_GLIBCXX_DEBUG
264264
LFLAGS += -DDEBUG -D_GLIBCXX_DEBUG
265265

266266
else ifeq ($(USER_BUILD),release)

0 commit comments

Comments
 (0)