Skip to content

Commit c2c7424

Browse files
committed
Updated build scripts
1 parent b2c539a commit c2c7424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.16 ===
6-
6+
* Updated build scripts.
77

88
=== 1.0.15 ===
99
* Updated module versions in dependencies.

make/tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ else ifeq ($(PLATFORM),BSD)
8585
endif
8686

8787
ifeq ($(DEBUG),1)
88-
CFLAGS_EXT += -Og -g3 -DLSP_DEBUG
89-
CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG
88+
CFLAGS_EXT += -Og -g3 -DLSP_DEBUG -falign-functions=16
89+
CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG -falign-functions=16
9090
else
9191
CFLAGS_EXT += -O2
9292
CXXFLAGS_EXT += -O2

0 commit comments

Comments
 (0)