Commit 220d7ccb authored by Tom Niget's avatar Tom Niget

Fix .env.example

parent 2b4005d8
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)'
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