Skip to content

Commit

Permalink
gnu99 -> c17
Browse files Browse the repository at this point in the history
  • Loading branch information
Razish committed Oct 29, 2023
1 parent a54493c commit 3aa8b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ if "gcc" in env["CC"] or "clang" in env["CC"]:

# c flags
env["CFLAGS"] += [
"-std=gnu99",
"-std=c17",
]

# c++ flags
Expand Down

0 comments on commit 3aa8b68

Please sign in to comment.