Branimir Karadžić 9 tahun lalu
induk
melakukan
16d8aa01bf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -428,6 +428,7 @@ function toolchain(_buildDir, _libDir)
 		"NoRTTI",
 		"NoRTTI",
 		"NoExceptions",
 		"NoExceptions",
 		"NoEditAndContinue",
 		"NoEditAndContinue",
+		"NoFramePointer",
 		"Symbols",
 		"Symbols",
 	}
 	}
 
 
@@ -466,7 +467,6 @@ function toolchain(_buildDir, _libDir)
 			"_CRT_SECURE_NO_DEPRECATE",
 			"_CRT_SECURE_NO_DEPRECATE",
 		}
 		}
 		buildoptions {
 		buildoptions {
-			"/Oy-", -- Suppresses creation of frame pointers on the call stack.
 			"/Ob2", -- The Inline Function Expansion
 			"/Ob2", -- The Inline Function Expansion
 		}
 		}
 		linkoptions {
 		linkoptions {