Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nrvo_by_default/Makefile2
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