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
2 parents c7247bd + f8f5cec commit 90224fbCopy full SHA for 90224fb
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