CPPIPEPATH

This commit is contained in:
Venelin
2024-02-24 18:09:40 +02:00
parent bcf73daaa9
commit c7f91096a8
4 changed files with 69 additions and 23 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
# Compile lib
options="-std=c++17 -Ofast -flto -march=native -DNDEBUG -Wall -Wextra -Wno-parentheses -s -pipe"
options="-std=c++17 -Ofast -flto -march=native -DNDEBUG -Wall -Wextra -Wno-parentheses -Wno-unused-result -s -pipe"
g++ -c $options commands.cpp childProcess.cpp
# Create lib