Commit 2b4005d8 authored by Tom Niget's avatar Tom Niget

Update .env.example

parent 25574882
ALT_RUNNER='(clang++-16 -O3 -Wno-deprecated-declarations -Wno-return-type -Wno-unused-result -std=c++20 $(python3 __main__.py --cpp-flags) -o {name_bin} {name_cpp_posix} || exit 2) && ({run_file} || exit 0) && ({test_exec} || exit 3)'
ALT_RUNNER='(g++-13 -O3 -Wno-deprecated-declarations -Wno-return-type -Wno-unused-result -std=c++20 -o {name_bin} {name_cpp_posix} \$(python3 __main__.py --cpp-flags {bonus_flags}) || exit 2) && ({run_file} || exit 0) && (echo "** Running"; {test_exec} || exit 3)'
# don't use Windows SSH client
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment