crystal-lang / crystal-book

Crystal reference with language specification, manuals and learning materials
https://crystal-lang.org/reference
Other
392 stars 244 forks source link

Update information about static linking on Windows #776

Open straight-shoota opened 1 month ago

straight-shoota commented 1 month ago

The current documentation about static linking on Windows is outdated: https://crystal-lang.org/reference/1.13/guides/static_linking.html#windows

The compiler behaviour actually changed in 1.12 and is now similar to other platforms: https://github.com/crystal-lang/crystal/pull/14292