diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-30 19:27:07 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-04-30 19:27:07 +0200 |
commit | ff71b8bab603e9582899e2c8ad8653dcc86ea6c4 (patch) | |
tree | efdcbf4fd103aea48d9f00e3d9279966e3ede1af /src | |
parent | 47e0c79a19a2690f9f217d5a1f186359ee5276aa (diff) | |
download | notes-ff71b8bab603e9582899e2c8ad8653dcc86ea6c4.tar.gz notes-ff71b8bab603e9582899e2c8ad8653dcc86ea6c4.zip |
gcc: add more cli args
Diffstat (limited to 'src')
-rw-r--r-- | src/development/gcc.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/development/gcc.md b/src/development/gcc.md index d3823f3..88e44fc 100644 --- a/src/development/gcc.md +++ b/src/development/gcc.md @@ -10,6 +10,8 @@ gcc -E [-dM] ... ``` - `-E` run only preprocessor - `-dM` list only `#define` statements +- `-###` dry-run, outputting exact compiler/linker invocations +- `-print-multi-lib` print available multilib configurations ### Target options ```bash |