Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Greve committed Mar 10, 2024
1 parent fe72ff3 commit 90ab6db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux CD
name: Ubuntu CI/CD

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows CD
name: Windows CI/CD

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function add_platform_specific_flags()
if is_plat("windows") then
add_cxxflags("/EHsc")
else
-- add_cxxflags("-fpermissive")
-- Add flags for e.g. linux here
end
end

Expand Down

0 comments on commit 90ab6db

Please sign in to comment.