We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7de05 commit c8d2d45Copy full SHA for c8d2d45
bf2c.py
@@ -36,4 +36,4 @@ def balanced_parens(s):
36
if l in bf2c:
37
outp.write(bf2c[l] + "\n")
38
39
-subprocess.call(["gcc", "-g", "bf_runtime.c", "-o", "bf"])
+subprocess.call(["gcc", "-g", "-O2" , "bf_runtime.c", "-o", "bf"])
0 commit comments