We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-g
1 parent c8e3978 commit f8f5cecCopy full SHA for f8f5cec
doc/build-unix.md
@@ -30,7 +30,7 @@ tuned to conserve memory with additional CXXFLAGS:
30
Alternatively, or in addition, debugging information can be skipped for compilation. The default compile flags are
31
`-g -O2`, and can be changed with:
32
33
- ./configure CXXFLAGS="-O2"
+ ./configure CXXFLAGS="-g0"
34
35
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
36
0 commit comments