diff options
Diffstat (limited to 'gcc/go/lang.opt')
-rw-r--r-- | gcc/go/lang.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/go/lang.opt b/gcc/go/lang.opt index c14df9c6107..eb9ed9a63a0 100644 --- a/gcc/go/lang.opt +++ b/gcc/go/lang.opt @@ -53,6 +53,10 @@ fgo-optimize- Go Joined RejectNegative -fgo-optimize-<type> Turn on optimization passes in the frontend +fgo-pkgpath= +Go Joined RejectNegative +-fgo-pkgpath=<string> Set Go package path + fgo-prefix= Go Joined RejectNegative -fgo-prefix=<string> Set package-specific prefix for exported Go names |