case null:
case "gobject-2.0":
case "gobject": profile = Profile.GOBJECT; break;
+ case "libc": profile = Vala.Profile.LIBC; break;
case "posix": profile = Profile.POSIX; break;
default: throw new OptionError.FAILED ("Invalid --profile argument '%s'", val);
}
case null:
case "gobject-2.0":
case "gobject": profile = Vala.Profile.GOBJECT; break;
+ case "libc": profile = Vala.Profile.LIBC; break;
case "posix": profile = Vala.Profile.POSIX; break;
default: throw new OptionError.FAILED ("Invalid --profile argument '%s'", val);
}