mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 19:41:11 +02:00
Merge bitcoin/bitcoin#29756: doc: Override -g
properly to skip debugging information
f8f5cece4d
doc: Override `-g` properly to skip debugging information (Hennadii Stepanov) Pull request description: Fix https://github.com/bitcoin/bitcoin/issues/29755. ACKs for top commit: TheCharlatan: ACKf8f5cece4d
Tree-SHA512: 02bff5fc41859deb914531ef01ea1ac88ab2e138219fe175472962192b11feefe772128da03f466ec765c1b35b21eead31a42cc76e62ecb7ea5dc947cf568d61
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
|
||||
`-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:
|
||||
|
||||
|
Reference in New Issue
Block a user