C++20 Port #5
							
								
								
									
										2
									
								
								build.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.py
									
									
									
									
									
								
							| @ -9,7 +9,7 @@ cache_path = "./cache/" | ||||
| if not(os.path.exists(cache_path)): | ||||
| 	os.mkdir(cache_path) | ||||
| 
 | ||||
| compile_command = f"clang++ -std=c++20 -fno-exceptions -fmodules -fprebuilt-module-path=./cache" | ||||
| compile_command = f"clang++ -g -std=c++20 -fno-exceptions -fmodules -fprebuilt-module-path=./cache" | ||||
| object_file_paths = [] | ||||
| 
 | ||||
| def compile_module(source_file_path, module_identifier) -> None: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user