Skip to content

Commit 65c88d2

Browse files
author
Necktrox
committed
Added C++14 to flags
1 parent a62b22c commit 65c88d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

premake5.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ workspace "MTA Modules"
2727

2828
filter "configurations:Debug"
2929
defines { "DEBUG" }
30-
flags { "Symbols" }
30+
flags { "C++14", "Symbols" }
3131
targetsuffix "_d"
3232

3333
filter "configurations:Release"
3434
defines { "NDEBUG" }
35-
flags { "Optimize" }
35+
flags { "C++14", "Optimize" }
3636
optimize "On"
3737

3838
include "modules/sockets"

0 commit comments

Comments
 (0)