Skip to content

Commit

Permalink
we no longer require c
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Sep 24, 2024
1 parent 3b67c97 commit 78a9681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/LinuxToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ set(CMAKE_SYSTEM_PROCESSOR i386)

# which compilers to use for C and C++
set(CMAKE_C_COMPILER gcc-11)
set(CMAKE_C_FLAGS -m32)
set(CMAKE_CXX_COMPILER g++-11)
set(CMAKE_CXX_FLAGS "-m32 -static-libgcc -static-libstdc++ -D_GLIBCXX_USE_CXX11_ABI=0")

0 comments on commit 78a9681

Please sign in to comment.