mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 13:10:36 +03:00
3 lines
205 B
Text
3 lines
205 B
Text
rdmd supports `-shared`
|
|
|
|
rdmd now understands DMD's `-shared` switch, and sets the default output file name appropriately (`.dll`, `.so`, or `.dylib` depending on the platform), in the same way as `-lib`.
|