We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c539a commit c2c7424Copy full SHA for c2c7424
CHANGELOG
@@ -3,7 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.16 ===
6
-
+* Updated build scripts.
7
8
=== 1.0.15 ===
9
* Updated module versions in dependencies.
make/tools.mk
@@ -85,8 +85,8 @@ else ifeq ($(PLATFORM),BSD)
85
endif
86
87
ifeq ($(DEBUG),1)
88
- CFLAGS_EXT += -Og -g3 -DLSP_DEBUG
89
- CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG
+ CFLAGS_EXT += -Og -g3 -DLSP_DEBUG -falign-functions=16
+ CXXFLAGS_EXT += -Og -g3 -DLSP_DEBUG -falign-functions=16
90
else
91
CFLAGS_EXT += -O2
92
CXXFLAGS_EXT += -O2
0 commit comments