Single header mode sort of working
This commit is contained in:
@@ -293,9 +293,8 @@ int main(int argument_count, char **arguments){
|
||||
test_string_builder();
|
||||
test_intern_table();
|
||||
|
||||
emit_line_directives = false;
|
||||
emit_type_info = false;
|
||||
symbol_prefix = "Ray_"_s;
|
||||
// emit_line_directives = false;
|
||||
// emit_type_info = false;
|
||||
if(argument_count > 1){
|
||||
String program_name = string_from_cstring(arguments[1]);
|
||||
compile_file(program_name, COMPILE_PRINT_STATS);
|
||||
|
||||
Reference in New Issue
Block a user