bytebeat_compiler.py: change -Werror
to -Wextra
This commit is contained in:
parent
7a2073c2ef
commit
27a3ac1fe3
@ -23,7 +23,7 @@ PATHS["output"] = path_join(PATHS["build_dir"], PATHS["output"])
|
||||
# Default parameters
|
||||
DEFAULT_PARAMETERS = {
|
||||
"CC": "gcc",
|
||||
"CC_FLAGS": "-Os -Wall -Werror -Wpedantic",
|
||||
"CC_FLAGS": "-Os -Wall -Wextra -Wpedantic",
|
||||
"INPUT_FILE": PATHS["substitute"],
|
||||
"OUTPUT_FILE": PATHS["output"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user