Skip to content

Commit 2a86377

Browse files
committed
Updated build scripts
1 parent 3bdfb75 commit 2a86377

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
=== 1.0.20 ===
66
* Optimization of compressor and gate functions using AVX-512 instruction set.
77
* Introduced SIMD-optimized expander curve and gain functions.
8+
* Updated build scripts.
89

910
=== 1.0.19 ===
1011
* AVX2 optimization of search functions for maximum and minimum.

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)