aboutsummaryrefslogtreecommitdiff
path: root/tests/backtrace/buildfile
blob: a4120df0709c7e5c8d425b4aec04d0d4069614bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : tests/backtrace/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

import libs = libbutl%lib{butl}

exe{driver}: {hxx cxx}{*} $libs testscript

# Make sure backtrace() includes function names.
#
if ($cxx.target.class == 'linux')
  cxx.loptions += -rdynamic