Skip to content

Commit

Permalink
Updated makefile to include libgcc, libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jan 18, 2024
1 parent 0592170 commit 373a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchStats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMPILER = g++
OBJECTS = *.cpp

# Linker Libs
LINKER = -lcurl -lssl -lcrypto -ldl -lm -lz
LINKER = -static-libgcc -static-libstdc++ -lcurl -lssl -lcrypto -ldl -lm -lz

# C flags
CFLAGS = -std=gnu++11 -pipe -g0 -O3 -s -flto -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -D_GLIBCXX_USE_CXX11_ABI=0 -DCURL_STATICLIB -DHTTP_ONLY -m32 -msse3 -msse4.1 -shared
Expand Down

0 comments on commit 373a8a5

Please sign in to comment.