From 3634ebe78185ab5b1c2facbfc4312ca337e926a3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 06:35:29 +0300 Subject: nrvo: link everything statically w/ GCC --- nrvo_by_default/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrvo_by_default/Makefile b/nrvo_by_default/Makefile index f9fd487..13feb31 100644 --- a/nrvo_by_default/Makefile +++ b/nrvo_by_default/Makefile @@ -5,7 +5,7 @@ # # > make CXX=x86_64-w64-mingw32-g++ -CXXFLAGS = -Wall -Wextra -DNDEBUG -std=c++11 -static-libgcc -static-libstdc++ -s +CXXFLAGS = -Wall -Wextra -DNDEBUG -std=c++11 -static -s optimization_levels = 0 1 2 3 -- cgit v1.2.3