mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Move c99
flag from BUILD file to bazel cmd line (#366)
* Move `c99` flag from BUILD file to bazel cmd line Requiring c99 for everyone breaks downstream users. * Remove requiring bzlmod
This commit is contained in:

committed by
GitHub

parent
747d711a36
commit
164bcd7eb0
@ -14,7 +14,6 @@ exports_files(["LICENSE"])
|
||||
INCLUDES = ["include"]
|
||||
|
||||
C99_FLAGS = [
|
||||
"-std=c99",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Wmissing-declarations",
|
||||
|
Reference in New Issue
Block a user