mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Lagom: Don't compile with -fPIC
on WIN32
This commit is contained in:
parent
ce39c907fd
commit
f050534991
Notes:
sideshowbarker
2024-07-17 03:19:08 +09:00
Author: https://github.com/filiphsps Commit: https://github.com/SerenityOS/serenity/commit/f050534991 Pull-request: https://github.com/SerenityOS/serenity/pull/16456 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 4 additions and 1 deletions
|
@ -8,8 +8,11 @@ add_compile_options(-Wno-unused-command-line-argument)
|
|||
add_compile_options(-fsigned-char)
|
||||
add_compile_options(-fno-exceptions)
|
||||
add_compile_options(-fdiagnostics-color=always)
|
||||
add_compile_options(-fPIC -g1)
|
||||
add_compile_options(-g1)
|
||||
add_compile_options(-O2)
|
||||
if (NOT ENABLE_FUZZERS AND NOT APPLE)
|
||||
add_compile_options(-fno-semantic-interposition)
|
||||
endif()
|
||||
if (NOT WIN32)
|
||||
add_compile_options(-fPIC)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue