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 b2cbe9a commit 30d52e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************************************************************

=== 1.0.7 ===

* Updated build scripts and dependencies.

=== 1.0.6 ===
* Updated build scripts and dependencies.
Expand Down
4 changes: 2 additions & 2 deletions make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ else ifeq ($(PLATFORM),BSD)
endif

ifeq ($(DEBUG),1)
CFLAGS_EXT += -Og -g3 -DLSP_DEBUG
CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG
CFLAGS_EXT += -Og -g3 -DLSP_DEBUG -fsanitize=address
CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG -fsanitize=address
else
CFLAGS_EXT += -O2
CXXFLAGS_EXT += -O2
Expand Down

0 comments on commit 30d52e4

Please sign in to comment.