Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 12, 2024
1 parent 9295bb1 commit b4fe5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchBot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMPILER = g++
OBJECTS = *.cpp

# Linker Libs
LINKER = -static-libstdc++
LINKER =

# 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
Expand Down

0 comments on commit b4fe5b9

Please sign in to comment.