Skip to content

Commit

Permalink
Updated premake5.lua.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche authored Dec 17, 2023
1 parent 5a2e2c0 commit d812dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace "sigma"

architecture "x64"
language "C++"
cppdialect "C++23"
cppdialect "C++latest"

flags {
"MultiProcessorCompile"
Expand Down Expand Up @@ -250,4 +250,4 @@ project "tests"

linkoptions {
"-lstdc++"
}
}

0 comments on commit d812dca

Please sign in to comment.