mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
doc: Override -g properly to skip debugging information
This commit is contained in:
@@ -30,7 +30,7 @@ tuned to conserve memory with additional CXXFLAGS:
|
|||||||
Alternatively, or in addition, debugging information can be skipped for compilation. The default compile flags are
|
Alternatively, or in addition, debugging information can be skipped for compilation. The default compile flags are
|
||||||
`-g -O2`, and can be changed with:
|
`-g -O2`, and can be changed with:
|
||||||
|
|
||||||
./configure CXXFLAGS="-O2"
|
./configure CXXFLAGS="-g0"
|
||||||
|
|
||||||
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
|
Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user