Debugging & build with debug symbols scripts

This commit is contained in:
John McCardle 2023-08-25 21:56:27 -04:00
commit a455c44b34
3 changed files with 83 additions and 1 deletions

View file

@ -51,7 +51,8 @@ do
|| abort_compile $fn
done
# Final executable
# Final executable
# --std= : c++2a vs c++17
g++ \
--std=c++2a \
-I../../deps_linux \