TIL it's not always "-I" ... I feel like it should always be -I.

On Tue, Jun 6, 2023 at 7:41 AM certanan via Tinycc-devel <
tinycc-devel@nongnu.org> wrote:

> Hello, everyone.
>
> I have finally got around to having a shot at implementing C23's "#embed"
> directive. However, I am struggling to think of the best way to let the
> user specify embed paths. The standard proposal (
> https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3017.htm#design-familiar-paths)
> suggests using "-f" flags; that is incompatible with tcc in the current
> state because it is incapable of parsing arguments of "-f" flags.
> These are my ideas:
> - Thinking up a quasi-arbitrary letter for specifying the path in style of
> "-I"
> - Searching only the compiled file's directory and having the user symlink
> desired files to it
>
> What are the opinions of more experienced contributors?
>
> Thanks.
>
>
>
> -- certanan
>
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
>
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to