Skip to content

Commit

Permalink
Merge pull request #91 from hexlet-basics/optimization
Browse files Browse the repository at this point in the history
Optimization
  • Loading branch information
Malcom1986 committed Jun 27, 2023
2 parents d2abc16 + a7661a9 commit c38f279
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/test.sh
@@ -1,7 +1,6 @@
#/bin/bash

set -e

g++ -std=c++17 -o solution.out main.cpp -lm 2>&1
g++ -std=c++17 -o test_runner.out test.cpp -lm 2>&1
g++ -std=c++17 -O0 -o solution.out main.cpp -lm 2>&1
g++ -std=c++17 -O0 -o test_runner.out test.cpp -lm 2>&1
./test_runner.out

0 comments on commit c38f279

Please sign in to comment.