Skip to content

Commit ad84314

Browse files
committed
Update README.md
1 parent a6f8c9d commit ad84314

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ Not in any particular order
4848
* Documentation Generator for "Entities"
4949
* Multiple Architecture support
5050
* Language level atomics and concurrency support
51-
* Linking Options
52-
- Executable
53-
- Static/Dynamic Library
5451
* Debug Information
5552
- pdb format too
5653
* Command Line Tooling
5754
* Compiler Internals:
5855
- Big numbers library
59-
- Cyclic Type Checking (at the moment will cause compiler to go into an infinite loop)
6056
- Multithreading for performance increase

src/main.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ void usage(char *argv0) {
6565
gb_printf_err("Usage:");
6666
gb_printf_err("\n\t%s command [arguments]\n", argv0);
6767
gb_printf_err("Commands:");
68-
gb_printf_err("\n\tbuild compile .odin file");
69-
gb_printf_err("\n\trun compile and run .odin file");
70-
gb_printf_err("\n\tversion print Odin version");
68+
gb_printf_err("\n\tbuild compile .odin file");
69+
gb_printf_err("\n\tbuild_dll compile .odin file as dll");
70+
gb_printf_err("\n\trun compile and run .odin file");
71+
gb_printf_err("\n\tversion print Odin version");
7172
gb_printf_err("\n\n");
7273
}
7374

0 commit comments

Comments
 (0)