mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
3 lines
171 B
Text
3 lines
171 B
Text
Using the compiler flag `-i` will now properly pick up C source files
|
|
|
|
Previously, you needed to manually include `*.c` source files, it now works just like with D files.
|