qml-go icon indicating copy to clipboard operation
qml-go copied to clipboard

invalid flag in #cgo CXXFLAGS: -pedantic-errors

Open jduepmeier opened this issue 6 years ago • 0 comments

i got this error when building qml-go. i solved it with this:

export CGO_CXXFLAGS_ALLOW="-pedantic-errors"

Maybe someone finds this useful.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

jduepmeier avatar Mar 19 '18 14:03 jduepmeier