diff options
Diffstat (limited to 'nrvo_by_default/Makefile')
-rw-r--r-- | nrvo_by_default/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |