mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #2460 from lioncash/volatile
CMakeLists: Specify /volatile:iso for MSVC
This commit is contained in:
		
						commit
						8b933e77cd
					
				| @ -27,6 +27,7 @@ if (MSVC) | ||||
|     # /Zo                 - Enhanced debug info for optimized builds | ||||
|     # /permissive-        - Enables stricter C++ standards conformance checks | ||||
|     # /EHsc               - C++-only exception handling semantics | ||||
|     # /volatile:iso       - Use strict standards-compliant volatile semantics. | ||||
|     # /Zc:externConstexpr - Allow extern constexpr variables to have external linkage, like the standard mandates | ||||
|     # /Zc:inline          - Let codegen omit inline functions in object files | ||||
|     # /Zc:throwingNew     - Let codegen assume `operator new` (without std::nothrow) will never return null | ||||
| @ -38,6 +39,7 @@ if (MSVC) | ||||
|         /permissive- | ||||
|         /EHsc | ||||
|         /std:c++latest | ||||
|         /volatile:iso | ||||
|         /Zc:externConstexpr | ||||
|         /Zc:inline | ||||
|         /Zc:throwingNew | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Mat M
						Mat M