Skip to content

Commit

Permalink
chore: replace deprecated flags usage of FatalWarnings for premake
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Jan 12, 2025
1 parent d1d4752 commit 32c0ecb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ workspace "OpenAssetTools"
defines "NDEBUG"
optimize "Full"
symbols "Off"
flags {
"FatalWarnings"
}
fatalwarnings { "All" }
filter {}

defines {
Expand Down

0 comments on commit 32c0ecb

Please sign in to comment.