diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index f3f22c1..a25625f 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -33,7 +33,7 @@ PATHS["fwrite_le"] = path_join(".", PATHS["fwrite_le"]) # Default parameters DEFAULT_PARAMETERS = { "CC": "gcc", - "CFLAGS": "-Ofast -Wall -Wextra -Wpedantic -Wno-unused-variable -Wno-unused-but-set-variable -Wno-dangling-else", + "CFLAGS": "-Ofast -Wall -Wextra -Wpedantic -Wno-unused-variable -Wno-unused-but-set-variable -Wno-dangling-else -Wno-parentheses", "INPUT_FILE": PATHS["substitute"], "OUTPUT_FILE": PATHS["output"] }