Skip to content

Commit

Permalink
Merge pull request #17 from GhostVaibhav/development
Browse files Browse the repository at this point in the history
Major changes for Alpha release
  • Loading branch information
GhostVaibhav authored Jul 31, 2021
2 parents ac5be02 + b2969ab commit 0790b16
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 270 deletions.
2 changes: 1 addition & 1 deletion build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int argc,char* argv[]) {
cout << "\u001b[32m- Build Success - Debug\u001b[0m\n";
#endif
cout << "- Compiling release object file\n";
cmd = "g++ -Iinclude -O3 -w -c -s -std=c++17 " + fileName + ".cpp";
cmd = "g++ -Iinclude -Ofast -w -c -s -std=c++17 " + fileName + ".cpp";
system(cmd.c_str());
if(!exist("main.o")) {
#ifdef __APPLE__
Expand Down
Loading

0 comments on commit 0790b16

Please sign in to comment.