用Sublime Text 3编译C源文件
Tools->New Build System
{
"shell_cmd": "gcc \"${file}\" -o \"${file_path}/${file_base_name}\" -std=c11 -O2 -Wall -lm --static",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_d
原创
2013-11-02 21:47:08 ·
5884 阅读 ·
1 评论