https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86077
Bug ID: 86077
Summary: gcc does not recognize --param key=value when
surrounded by single quotes
Product: gcc
Version: 5.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: pending
Assignee: unassigned at gcc dot gnu.org
Reporter: ptdrnvqd at 10mail dot org
Target Milestone: ---
gcc 5.5.0
when trying to build tensorflow using bazel
if i specify flags, it for some of the commands automatically wraps them in
single quotes, thus errors like
gcc: error: unrecognized command line option '--param
max-inline-insns-single=500'
copy-find-replace-pasting the command to remove the single-quotes removes the
error but there are so many files!, rather unfeasible to do this manually
i don't if this is bazel's fault more or gcc, could it be fixed here?