Skip to content

Commit 53b158d

Browse files
committed
Add note about /bigobj and /Wa,-mbig-obj for Windows builds
Addresses hsutter#1227
1 parent 07d641b commit 53b158d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ clang++ cppfront.cpp -std=c++20 -o cppfront
5959

6060
That's it!
6161

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+
6264

6365
### ➤ Next: [Hello, world!](welcome/hello-world.md)
6466

0 commit comments

Comments
 (0)