Skip to content

Commit

Permalink
Add note about /bigobj and /Wa,-mbig-obj for Windows builds
Browse files Browse the repository at this point in the history
Addresses #1227
  • Loading branch information
hsutter committed Aug 14, 2024
1 parent 07d641b commit 53b158d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ clang++ cppfront.cpp -std=c++20 -o cppfront

That's it!

> Note: On Windows (including MinGW), if you get a "too many sections" message, specify the switch `/bigobj` (MSVC) or `/Wa,-mbig-obj` (GCC).

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

Expand Down

0 comments on commit 53b158d

Please sign in to comment.