Skip to content

Commit

Permalink
DAOS-16768 build: Debug ABT
Browse files Browse the repository at this point in the history
Test-tag: test_engine_restart
Test-repeat: 3
Skip-unit-tests: true
Skip-nlt: true
Allow-unstable-test: true
Signed-off-by: Li Wei <[email protected]>
Required-githooks: true
  • Loading branch information
liw committed Feb 4, 2025
1 parent 9e6042f commit 6fd033e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site_scons/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ def define_components(reqs):
abt_build = ['./configure',
'--prefix=$ARGOBOTS_PREFIX',
'CC=gcc',
'--enable-stack-unwind']
'--enable-stack-unwind',
'--enable-stack-overflow-check=mprotect-strict']

if reqs.target_type == 'debug':
abt_build.append('--enable-debug=most')
Expand Down

0 comments on commit 6fd033e

Please sign in to comment.