From 601a05a402e0a1d48d4ed514edb320d631437e48 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Tue, 31 Jan 2017 10:28:44 +0100 Subject: [PATCH] Removed "std=c++11" from release notes. --- RELEASE_NOTES.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 38f8f82bc..725844203 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -41,7 +41,6 @@ News Relevant to Package Maintainers - RawTherapee 5 requires GCC-4.9 or higher, or Clang. - Do not use -ffast-math - Use -o3 -- Use -DCMAKE_CXX_FLAGS="-std=c++11" - For stable builds (RT5) use -DCACHE_NAME_SUFFIX="" - For development builds use -DCACHE_NAME_SUFFIX="5-dev" - Windows builders should compile on a drive letter which users are most unlikely to have, such as Y:, due to the "There is no disk in the drive" error (issue #3544).