mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	Added release with debug info configuration for VS
This commit is contained in:
		
							parent
							
								
									352b28b1fd
								
							
						
					
					
						commit
						b457b3d19a
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -21,6 +21,18 @@ | ||||||
|       "buildCommandArgs": "", |       "buildCommandArgs": "", | ||||||
|       "ctestCommandArgs": "", |       "ctestCommandArgs": "", | ||||||
|       "inheritEnvironments": [ "clang_cl_x64" ] |       "inheritEnvironments": [ "clang_cl_x64" ] | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "name": "x64-ReleaseWithDebInfo", | ||||||
|  |       "generator": "Ninja", | ||||||
|  |       "configurationType": "RelWithDebInfo", | ||||||
|  |       "buildRoot": "${projectDir}\\out\\build\\${name}", | ||||||
|  |       "installRoot": "${projectDir}\\out\\install\\${name}", | ||||||
|  |       "cmakeCommandArgs": "", | ||||||
|  |       "buildCommandArgs": "", | ||||||
|  |       "ctestCommandArgs": "", | ||||||
|  |       "inheritEnvironments": [ "clang_cl_x64" ], | ||||||
|  |       "variables": [] | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Mr-Wiseguy
						Mr-Wiseguy