Debugging & build with debug symbols scripts
This commit is contained in:
parent
96e78e6150
commit
a455c44b34
3 changed files with 83 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue