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