Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
SmileYzn committed Dec 18, 2024
1 parent 0344829 commit 0f93545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
- name: Test g++ version
run: |
g++ --version
- name: Run build
working-directory: ./MatchBot
run: make
Expand Down
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-libgcc -static-libstdc++
LINKER =

# C flags
CFLAGS = -std=c++11 -Wall -Wno-switch -Wno-unknown-pragmas -Wno-strict-aliasing -shared -m32 -mtune=generic -msse3 -msse4.1 -pipe -g0 -O3 -s -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -DGLIBCXX_USE_CXX11_ABI=0 -U_FORTIFY_SOURCE
Expand Down

0 comments on commit 0f93545

Please sign in to comment.