mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-01 18:03:16 +02: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
|
||||
`-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