mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[SDK][FREETYPE] Fix GCC8.4 -O2 build
This commit is contained in:
+4
-2
@@ -60,6 +60,8 @@ list(APPEND SOURCE
|
||||
|
||||
add_library(freetype ${SOURCE})
|
||||
|
||||
if(USE_CLANG_CL)
|
||||
target_compile_options(freetype PRIVATE "-Wno-tautological-constant-compare")
|
||||
if(GCC)
|
||||
target_compile_options(freetype PRIVATE -fno-builtin-malloc)
|
||||
elseif(CLANG)
|
||||
target_compile_options(freetype PRIVATE -Wno-tautological-constant-compare)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user