Respect -O with TensorFlow compilation.

This commit is contained in:
Marcel Keller
2024-05-31 10:50:33 +10:00
parent a44132e509
commit ef82a68aa9

View File

@@ -8,8 +8,6 @@ if 'trunc_pr' in program.args:
if 'split' in program.args:
program.use_split(3)
program.options.cisc = True
try:
n_threads = int(program.args[2])
except: