diff --git a/MatchBot/Makefile b/MatchBot/Makefile index f52e168..2c5d969 100644 --- a/MatchBot/Makefile +++ b/MatchBot/Makefile @@ -15,7 +15,7 @@ COMPILER = g++ OBJECTS = *.cpp # Linker Libs -LINKER = +LINKER = -static-libgcc -static-libstdc++ # C flags CFLAGS = -std=gnu++11 -shared -m32 -mtune=generic -msse3 -msse4.1 -pipe -g0 -O3 -s -flto -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -DGLIBCXX_USE_CXX11_ABI=1 -U_FORTIFY_SOURCE