diff options
| author | ruki <[email protected]> | 2015-06-07 16:52:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-07 16:53:46 +0800 |
| commit | 6e928d29aa3e30b92b6ad5b51edc105ec90b39ad (patch) | |
| tree | 6d281e0d421dfd65fc0958ec31ac58cf3f097e68 /tests/console | |
| parent | f254d7f88fbbb159593cdfbadffe98498b14870c (diff) | |
add ftrapv and address sanitizer
Diffstat (limited to 'tests/console')
| -rw-r--r-- | tests/console/xmake.xproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/console/xmake.xproj b/tests/console/xmake.xproj index d6266238d..39707219d 100644 --- a/tests/console/xmake.xproj +++ b/tests/console/xmake.xproj @@ -16,6 +16,7 @@ project: console symbols: debug warnings: all optimize: none + cxflags: -fsanitize=address -ftrapv } modes: release |
