Skip to content

Commit

Permalink
fix build part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Oct 17, 2024
1 parent dbe0442 commit 12f4206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides-gcc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ foreach(lang C CXX ASM)
set(CMAKE_${lang}_FLAGS_MINSIZEREL "-Wno-unknown-pragmas -Os -DNDEBUG")
set(CMAKE_${lang}_FLAGS_RELEASE "-Wno-unknown-pragmas")
set(CMAKE_${lang}_FLAGS_RELWITHDEBINFO "-Wno-unknown-pragmas -O2 -g -DNDEBUG")
set(CMAKE_${lang}_IMPLICIT_LINK_LIBRARIES " ")
set(CMAKE_${lang}_IMPLICIT_LINK_DIRECTORIES " ")
set(CMAKE_${lang}_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_${lang}_IMPLICIT_LINK_DIRECTORIES "")
endforeach()

0 comments on commit 12f4206

Please sign in to comment.