moved LNKER_ARGS to the end of command

This commit is contained in:
2023-03-31 16:52:16 +06:00
parent d72aa0c809
commit 2bebe76c7e
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
+ added task `sanitize`
+ default C++ standard set to `c++11`
+ added `INCLUDE` to `default.config`
+ moved `LINKER_ARGS` to the end of linkage command in `functions.sh` to properly link static libs
# v5
+ added task `clean`