Skip to content

Commit

Permalink
chore: Use feature test macro instead of C standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 13, 2023
1 parent 6cdd01d commit 30e59e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cc_binary(
"//tools/config:osx": [],
}),
copts = [
"-std=gnu99",
"-D_DEFAULT_SOURCE",
"-DAUDIO",
"-DGAMES",
"-DHAVE_WIDECHAR",
Expand Down

0 comments on commit 30e59e5

Please sign in to comment.