mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
Apply suggestions from code review
Beautification and clarity Co-authored-by: Victor Perevertkin <victor@perevertkin.ru> Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
c004b53d77
commit
ab825334dd
5 changed files with 7 additions and 8 deletions
|
@ -62,6 +62,6 @@ add_library(lwip ${SOURCE})
|
|||
add_dependencies(lwip bugcodes xdk)
|
||||
add_pch(lwip precomp.h SOURCE)
|
||||
|
||||
if((NOT MSVC) AND LTCG)
|
||||
if((NOT MSVC) AND LTCG)
|
||||
target_compile_options(lwip PRIVATE -fno-builtin-malloc -fno-builtin-free)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue