标签: c shell unix netbeans
我在Netbeans中编译C程序时遇到问题。我可以使用此命令行在Shell中编译它没有任何问题:gcc test.c -o test -lm -pthread。是否可以配置Netbeans以使用-lm和-pthread参数编译项目?
gcc test.c -o test -lm -pthread
-lm
-pthread
答案 0 :(得分:3)
右键单击您的项目(在项目树中),然后选择“项目属性”。
然后导航到“Build”下的“Compiling”,然后应该有一个字段“Additional Compiler Options”。