Skip to content

Commit

Permalink
Updated build scripts and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Aug 13, 2023
1 parent 30d52e4 commit cf7d1b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ endif
ifeq ($(DEBUG),1)
CFLAGS_EXT += -Og -g3 -DLSP_DEBUG -fsanitize=address
CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG -fsanitize=address
EXE_FLAGS_EXT += -fsanitize=address
SO_FLAGS_EXT += -fsanitize=address
else
CFLAGS_EXT += -O2
CXXFLAGS_EXT += -O2
Expand Down

0 comments on commit cf7d1b8

Please sign in to comment.