We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d641b commit 53b158dCopy full SHA for 53b158d
docs/index.md
@@ -59,6 +59,8 @@ clang++ cppfront.cpp -std=c++20 -o cppfront
59
60
That's it!
61
62
+> Note: On Windows (including MinGW), if you get a "too many sections" message, specify the switch `/bigobj` (MSVC) or `/Wa,-mbig-obj` (GCC).
63
+
64
65
### ➤ Next: [Hello, world!](welcome/hello-world.md)
66
0 commit comments