diff options
Diffstat (limited to 'make/variant/cygwin.defs')
-rw-r--r-- | make/variant/cygwin.defs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/make/variant/cygwin.defs b/make/variant/cygwin.defs new file mode 100644 index 000000000..bab73c6ca --- /dev/null +++ b/make/variant/cygwin.defs @@ -0,0 +1,8 @@ +GCC.muldefs = 1 +GCC.start = 1 +GCC.end = 1 + +GCC.args.g.none = -g0 +GCC.args.g.min = -g1 +GCC.args.g.default = -g2 +GCC.args.g.max = -g3 |