Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from VanHoevenTR/patch-1
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
F8LEFT authored May 7, 2021
2 parents bc5389b + 5632f0c commit 2f90a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else()
set(TARGET_NAME SoFixer32)
endif()

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -static -static-libgcc -static-libstdc++")
set(ROOT_SRC ElfReader.cpp
ElfRebuilder.cpp
ObElfReader.cpp)
Expand Down

0 comments on commit 2f90a33

Please sign in to comment.