Skip to content

Commit

Permalink
Expanded comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlexSee committed Mar 24, 2018
1 parent b9c1fbf commit d5a768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add Boost library to the path for compilation.

Regular compile: g++ -Wall -pedantic -std=c++11 main.cpp sopang.cpp -o sopang
Optimized compile: g++ -Wall -pedantic -std=c++11 -DNDEBUG -O3 main.cpp sopang.cpp -o sopang
Or type "make" for optimized compile.
Or set BOOST_DIR in makefile and type "make" for optimized compile.

Tested with gcc 64-bit 7.2.0 and Boost 1.65.1 on Ubuntu 17.10 Linux version 4.13.0-36 64-bit.

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// Regular compile: g++ -Wall -pedantic -std=c++11 main.cpp sopang.cpp -o sopang
// Optimized compile: g++ -Wall -pedantic -std=c++11 -DNDEBUG -O3 main.cpp sopang.cpp -o sopang
// Or type "make" for optimized compile.
// Or set BOOST_DIR in makefile and type "make" for optimized compile.

#include <boost/format.hpp>
#include <chrono>
Expand Down

0 comments on commit d5a768a

Please sign in to comment.