// as c-shared library

$ go build -buildmode=c-shared -o nautilus.a nautilus.go

// as c-archive

$ go build -buildmode=c-archive -o nautilus.a nautilus.go

gdb调试参数:

go build -gcflags "-N -l" -o gdb_sandbox main.go

最新文章

  1. 一个用纯CSS实现的下拉菜单
  2. web也是区分前端与后端的,session\cookie辨析
  3. POJ1160 Post Office[序列DP]
  4. ASP.NET MVC WebGrid – Performing true AJAX pagination and sorting 【转】
  5. Python连接Oracle
  6. 关于IE9中webdiriver使用autoit上传文件报错
  7. linux lnmp编译安装
  8. 基于slf4j的log4j实战
  9. IIS7.5 去除 index.php web.config配置文件
  10. FileWriter类的flush方法的作用
  11. [Swust OJ 582]--放学了,抢机子了(SPFA)
  12. 数据库SQL基础知识
  13. caffe源码阅读
  14. Baby Coins
  15. 20分钟 看图手写的table
  16. mybatis的插件,挺好支持下
  17. python2.7安装setuptools-36.6.0报ascii' codec can't decode byte 0xce in position 7问题
  18. Linux网络接口配置文件解析
  19. Python学习笔记_从CSV读取数据写入Excel文件中
  20. leetcode773

热门文章

  1. Gym 100342J Triatrip (求三元环的数量) (bitset优化)
  2. Codeforces 992C Nastya and a Wardrobe (思维)
  3. python专题 --- 递归
  4. [ 中危 ] 发布处存在CSRF及CSRF设想
  5. sqlserver日志文件
  6. BZOJ.4399.魔法少女LJJ(线段树合并)
  7. centos6安装openresty
  8. Linux之Redis安装
  9. [USACO08JAN]牛大赛Cow Contest
  10. React Native升级目标SDK