From e075b590197fe421bc933790151ce89c3a112e1a Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Mon, 21 Jan 2019 15:27:40 +0100 Subject: [PATCH] premake: use omitframepointer instead of deprecated NoFramePointer (#195) * premake: update to version 5 alpha 13 * premake: use omitframepointer instead of deprecated NoFramePointer --- build/scripts/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/common.lua b/build/scripts/common.lua index 20472cf0d..ad37e7fd7 100644 --- a/build/scripts/common.lua +++ b/build/scripts/common.lua @@ -841,7 +841,7 @@ function NazaraBuild:PrepareGeneric() symbols("On") filter("configurations:not *Debug*") - flags("NoFramePointer") + omitframepointer("On") -- Setup some optimizations for release filter("configurations:Release*")