Skip to content

Commit c1a6667

Browse files
committed
Having debug information enabled by default in regression tests, so that one can easily re-run tests in a debugger.
1 parent bdbfcb2 commit c1a6667

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/test/TestCaller.DsrProj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Use C++ 2014.
22
CompilerFlag "-std=c++14"
33

4+
# Enable debug information.
5+
CompilerFlag "-g"
6+
47
# Use all locally available SIMD extensions.
58
CompilerFlag "-march=native"
69

0 commit comments

Comments
 (0)