gpt4 book ai didi

g++ - 增加 OS X Lion 中的堆栈大小

转载 作者:行者123 更新时间:2023-12-02 13:09:36 24 4
gpt4 key购买 nike

我需要为需要大量堆栈的 C++ 程序执行此操作。我使用 g++(包含在 OS X Lion 中)来编译它。我怎样才能为我的程序增加它?

最佳答案

来自http://developer.apple.com/library/mac/#qa/qa1419/_index.html

使用 gcc,使用 -Wl 将链接标志传递给 ld:

gcc -Wl,-stack_size -Wl,1000000 foo.c

关于g++ - 增加 OS X Lion 中的堆栈大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10214363/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com