Skip to content

Commit

Permalink
Merge branch 'master' into d3d12
Browse files Browse the repository at this point in the history
  • Loading branch information
Triang3l committed May 25, 2019
2 parents b9977c5 + 87932ca commit f7ea931
Show file tree
Hide file tree
Showing 9 changed files with 5,618 additions and 5,427 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pull_requests:
#---------------------------------#

# Operating system (build VM template)
os: Visual Studio 2017
os: Visual Studio 2019

# scripts that are called at very beginning, before repo cloning
init:
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
patreon: xenia_project
7 changes: 6 additions & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ filter("configurations:Release")
"NDEBUG",
"_NO_DEBUG_HEAP=1",
})
optimize("On")
optimize("speed")
inlining("Auto")
floatingpoint("Fast")
flags({
"LinkTimeOptimization",
})
Expand All @@ -88,6 +90,9 @@ filter({"configurations:Release", "platforms:Windows"})
linkoptions({
"/NODEFAULTLIB:MSVCRTD",
})
buildoptions({
"/GT", -- enable fiber-safe optimizations
})

filter("platforms:Linux")
system("linux")
Expand Down

0 comments on commit f7ea931

Please sign in to comment.