Revert "[c10] move fexceptions to compiler_flags (#80387)"

This reverts commit 3e1ac21c3bcbc0e27dcf058900e9572d3c135a20.

Reverted https://github.com/pytorch/pytorch/pull/80387 on behalf of https://github.com/facebook-github-bot due to Diff reverted internally
This commit is contained in:
PyTorch MergeBot
2022-07-12 14:50:55 +00:00
parent 3e1ac21c3b
commit e608befae4
2 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ def define_targets(rules):
"//c10",
"//third_party/miniz-2.1.0:miniz",
],
copts = ["-fexceptions"],
)
#