Sublime Text C++ Build System
问题 I use the following compiler settings to compile my C++ code: g++ -Wall -Wextra -O2 -fwrapv -Wfloat-equal -Wconversion -std=c++17 A.cpp But I am not sure how to setup the build system for the purpose, nor I want to try myself! I doubt that I may mess up the configuration (because I did once). So I need help to configure my build system for the above compiler settings. How can I do that? 回答1: This build system works in my machine, basically its the default C++ build system with the extra