| ... | @@ -1177,6 +1177,8 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation { | ... | @@ -1177,6 +1177,8 @@ pub fn create(gpa: *Allocator, options: InitOptions) !*Compilation { |
| 1177 | } | 1177 | } |
| 1178 | hash.add(valgrind); | 1178 | hash.add(valgrind); |
| 1179 | hash.add(single_threaded); | 1179 | hash.add(single_threaded); |
| | 1180 | hash.add(use_stage1); |
| | 1181 | hash.add(use_llvm); |
| 1180 | hash.add(dll_export_fns); | 1182 | hash.add(dll_export_fns); |
| 1181 | hash.add(options.is_test); | 1183 | hash.add(options.is_test); |
| 1182 | hash.add(options.skip_linker_dependencies); | 1184 | hash.add(options.skip_linker_dependencies); |