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 5b08b92 commit 9df238cCopy full SHA for 9df238c
1 file changed
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