We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbfcb2 commit c1a6667Copy full SHA for c1a6667
Source/test/TestCaller.DsrProj
@@ -1,6 +1,9 @@
1
# Use C++ 2014.
2
CompilerFlag "-std=c++14"
3
4
+# Enable debug information.
5
+CompilerFlag "-g"
6
+
7
# Use all locally available SIMD extensions.
8
CompilerFlag "-march=native"
9
0 commit comments