mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-04 14:42:02 +00:00 
			
		
		
		
	try using compiler flags for mac instead
This commit is contained in:
		@@ -39,17 +39,15 @@
 | 
				
			|||||||
        "description": "Same as default, Used in GitHub actions workflow",
 | 
					        "description": "Same as default, Used in GitHub actions workflow",
 | 
				
			||||||
        "inherits": "default",
 | 
					        "inherits": "default",
 | 
				
			||||||
        "cacheVariables": {
 | 
					        "cacheVariables": {
 | 
				
			||||||
          "CMAKE_BUILD_TYPE": "Release"
 | 
					          "CMAKE_CXX_FLAGS_INIT" : "-O2",
 | 
				
			||||||
 | 
					          "CMAKE_C_FLAGS_INIT" : "-O2"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "name": "debug-macos-13",
 | 
					        "name": "debug-macos-13",
 | 
				
			||||||
        "displayName": "Debug configure step for MacOS",
 | 
					        "displayName": "Debug configure step for MacOS",
 | 
				
			||||||
        "description": "Used to generate debug configuration for MacOS",
 | 
					        "description": "Used to generate debug configuration for MacOS",
 | 
				
			||||||
        "inherits": "default",
 | 
					        "inherits": "default"
 | 
				
			||||||
        "cacheVariables": {
 | 
					 | 
				
			||||||
          "CMAKE_BUILD_TYPE": "Debug"
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "name": "ci-windows-2022",
 | 
					        "name": "ci-windows-2022",
 | 
				
			||||||
@@ -75,7 +73,7 @@
 | 
				
			|||||||
          "value": "x64"
 | 
					          "value": "x64"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "cacheVariables": {
 | 
					        "cacheVariables": {
 | 
				
			||||||
          "CMAKE_BUILD_TYPE": "Debug"
 | 
					          "CMAKE_CXX_FLAGS_INIT": "Debug"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user