Hello everyone,

    I am new in golang community.
    I just want to build a debug golang to do better debug.
    But when I want to build debug golang using the following instructions

    "
     export BOOT_GO_GCFLAGS="-N -l"
     export BOOT_GO_LDFLAGS="-w"
      ./make.bash
    "

    golang just print a error message:
    "
          compile: cannot disable optimizations while compiling runtime
     "

    It confused me, dose anyone tell me how to build debug golang?

    Thanks in advance.

Yifeng

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/17d5c8c4-9616-4231-afbd-ce7dd4b4c45bn%40googlegroups.com.

Reply via email to