diff options
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -120,6 +120,11 @@ enum class ld_opt enum class ar_opt { // gcc/clang + replace, // -r + add_index, // -s + create, // -c + output, // <arg> + custom, // entire option taken verbatim from <arg> }; |