aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/development/gcc.md2
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