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.
1 parent 3277627 commit fa7789fCopy full SHA for fa7789f
doc/build-unix.md
@@ -61,6 +61,14 @@ tuned to conserve memory with additional CXXFLAGS:
61
62
./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"
63
64
+Alternatively, or in addition, debugging information can be skipped for compilation. The default compile flags are
65
+`-g -O2`, and can be changed with:
66
+
67
+ ./configure CXXFLAGS="-O2"
68
69
+Finally, clang (often less resource hungry) can be used instead of gcc, which is used by default:
70
71
+ ./configure CXX=clang++ CC=clang
72
73
## Linux Distribution Specific Instructions
74
0 commit comments