]> git.kaiwu.me - haproxy.git/commit
SCRIPTS: build: enable symbols in AWS-LC builds
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 22 Jan 2026 14:25:24 +0000 (15:25 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 22 Jan 2026 14:25:24 +0000 (15:25 +0100)
commitb3f7d43248c7f9e7fdd586831e60349042406067
treedc98306b858f83bf2aa1c17439cb95d72073152a
parent21b192e7995ffac2ac741367632059039e8268af
SCRIPTS: build: enable symbols in AWS-LC builds

The Release target of AWS-LC does not enable symbols. Which makes
debugging and using gdb difficult.

Change the build type to RelWithDebInfo.
scripts/build-ssl.sh