1 Star 2 Fork 1.8K

openGauss-DB4AI/openGauss-server

forked from openGauss/openGauss-server 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.sco 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
lishifu 提交于 2020-06-30 17:38 +08:00 . first commit for openGauss server
AROPT = cr
export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
ifeq ($(GCC), yes)
CFLAGS_SL = -fpic
else
CFLAGS_SL = -K PIC
endif
# Rule for building a shared library from a single .o file
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/opengauss-db4ai/openGauss-server.git
git@gitee.com:opengauss-db4ai/openGauss-server.git
opengauss-db4ai
openGauss-server
openGauss-server
master

搜索帮助