emscripten-core / emscripten-core/emscripten

Document response file handling (emcc @filename.txt)

Open
#18,973 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

perhaps something like this from the gcc man page:

```
@file
Read command-line options from file. The options read are inserted in place of the original @file option. If file does not exist,
or cannot be read, then the option will be treated literally, and not removed.

Options in file are separated by whitespace. A whitespace character may be included in an option by surrounding the entire option
in either single or double quotes. Any character (including a backslash) may be included by prefixing the character to be included
with a backslash. The file may itself contain additional @file options; any such options will be processed recursively.
```

We probably want to make sure we actually implement it like this too.. or at least define our behaviour.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.