summaryrefslogtreecommitdiff
path: root/Userland/Games
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-05-23 01:04:26 -0700
committerLinus Groh <mail@linusgroh.de>2021-05-23 20:17:00 +0100
commite706de8f91dc5f3401b9f0fd249a91c475c809e1 (patch)
treee991e12162168de824002dd24b469fef3c098dfb /Userland/Games
parentd23425bfc04c75f1f56d59c58633d3fe45d23718 (diff)
downloadserenity-e706de8f91dc5f3401b9f0fd249a91c475c809e1.zip
LibM: Fix linking with LibM when compiling Userland without -O2
While playing with conditionally disabling -O2 optimization when building the Userland subdirectory, I discovered that we can no longer link errors without -O2. This happens as LibM.so doesn't link to anything else, resulting in no stack protector implementation. It appears that optimization somehow avoids this problem? To fix this inject LibC/ssp.cpp as we do with in dynamic loader.
Diffstat (limited to 'Userland/Games')
0 files changed, 0 insertions, 0 deletions