Skip to content

Commit

Permalink
i hate debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent c338918 commit 2a83dba
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 @@ -31,9 +31,9 @@ project "sodium-test"
files {
"sodium/**.S"
}
filter { "actions:gmake" }
filter { "action:gmake" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }
filter { "actions:gmake2" }
filter { "action:gmake2" }
buildoptions { "-Wno-unused-parameter", "-Wno-unused-function", "-Wno-unknown-pragmas", "-Wno-unused-variable", "-Wno-type-limits" }

project "netcode"
Expand Down

0 comments on commit 2a83dba

Please sign in to comment.