mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
Kernel: Fix capitalization of MiniStdLib.cpp in CMakeLists.txt
Commit fd3e3d5e28
added this, however
misspelled MiniStdLib.cpp. CMake wasn't complaining about this, but the
flags were also not applied to the file.
This commit is contained in:
parent
9f3303c869
commit
5fc66c6072
Notes:
sideshowbarker
2024-07-17 10:44:32 +09:00
Author: https://github.com/FireFox317
Commit: 5fc66c6072
Pull-request: https://github.com/SerenityOS/serenity/pull/14036
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/kleinesfilmroellchen
Reviewed-by: https://github.com/nico
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
|||
|
||||
|
||||
# Prevent naively implemented string functions (like strlen) from being "optimized" into a call to themselves.
|
||||
set_source_files_properties(MiniStdlib.cpp
|
||||
set_source_files_properties(MiniStdLib.cpp
|
||||
PROPERTIES COMPILE_FLAGS "-fno-tree-loop-distribution -fno-tree-loop-distribute-patterns")
|
||||
|
||||
add_link_options(LINKER:-z,pack-relative-relocs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue