From d5a768ae00bb97be7711564e2af95945554cf5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Cis=C5=82ak?= Date: Sat, 24 Mar 2018 12:29:25 +0100 Subject: [PATCH] Expanded comments. --- README | 2 +- main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1b7276a..50593f2 100644 --- a/README +++ b/README @@ -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. diff --git a/main.cpp b/main.cpp index a7d2d46..92fb415 100644 --- a/main.cpp +++ b/main.cpp @@ -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 #include