How can I change the following static linked program into dynamic linked program?

前端 未结 0 1807
你的背包
你的背包 2020-12-09 20:53

I have already figure out how to staticly link v8 with my own GLIBC/STDC++.

$(GCC_ROOT)/bin/g++ samples/bench.cpp -o bench -isystem$(GLIBC_ROOT)/include/ -I.          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题