F diff --git a/src/environment/command_arguments/gcc_arguments.c b/src/environment/command_arguments/gcc_arguments.c --- a/src/environment/command_arguments/gcc_arguments.c +++ b/src/environment/command_arguments/gcc_arguments.cstruct Queue *source_names;ret=malloc(sizeof(struct Command_Arguments));- ret->print_ast=ret->print_tokens=ret->transpile_to_js=ret->is_quiet=ret->compile_to_intel_asm=ret->compile_to_nasm=0;+ ret->print_ast=ret->print_tokens=ret->transpile_to_js=ret->is_quiet=ret->compile_to_intel_asm;+ ret->compile_to_nasm=1;ret->output_file=ret->javascript_extern_file=NULL;source_names=malloc(sizeof(struct Queue));