Include release mode script for c++
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
a9ac89419c
commit
1457de1591
@ -1,5 +1,6 @@
|
||||
build.sh
|
||||
commit.sh
|
||||
lines.sh
|
||||
release.sh
|
||||
temp
|
||||
web.sh
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
build.sh:530634457ea9041267c05d4ced95eee1 -
|
||||
commit.sh:d03a46e721060c22ccb146e19d27e70a -
|
||||
lines.sh:3b907786f7fc9204025993016c9080de -
|
||||
release.sh:a54e2002be80814cc1293a11dff4d116 -
|
||||
temp:d41d8cd98f00b204e9800998ecf8427e -
|
||||
web.sh:3dcc2fe7e036359eedd257a864e9a1e1 -
|
||||
|
||||
7
C++/scripts/release.sh
Executable file
7
C++/scripts/release.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#Creates a release build that focuses on high runtime performance.
|
||||
#C++
|
||||
printf "Running program...\n\n\n"
|
||||
if g++ $(find . -type f -name "*.cpp") ${CUSTOM_PARAMS} -O3 -s -DNDEBUG -o ${PROJECT_NAME}; then
|
||||
./${PROJECT_NAME} "$@"
|
||||
fi
|
||||
printf "\n\n"
|
||||
Loading…
x
Reference in New Issue
Block a user