Skip to content

Commit c8d2d45

Browse files
committed
Added the -O2 optimization flag
1 parent 4d7de05 commit c8d2d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bf2c.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def balanced_parens(s):
3636
if l in bf2c:
3737
outp.write(bf2c[l] + "\n")
3838

39-
subprocess.call(["gcc", "-g", "bf_runtime.c", "-o", "bf"])
39+
subprocess.call(["gcc", "-g", "-O2" , "bf_runtime.c", "-o", "bf"])

0 commit comments

Comments
 (0)