Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

My compiler flags dont work. #87

Open Siddhant-sarkar opened 1 year ago

Siddhant-sarkar commented 1 year ago

It just doesnt show any output when a simple hello world program is written.

"compile_cmd": "g++-12 -std=c++17 -O2 -DTSUKI -Wshadow -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -fsanitize=address -fsanitize=undefined '{source_file}' -o {file_name}",