File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments