You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently noticed that an osquery Release build contains debug information.
I've tested with a simple cpp file and indeed our clang creates a Release binary with some debug symbols.
Checking the toolchain provided files I noticed that /usr/local/osquery-toolchain/lib/libc-2.12.2.so for instance is marked having debug symbols.
I'm not sure why, since I've built clang with MinSizeRel and crosstool-ng should be also building in Release mode.
Anyway, I think we need to double check the configuration.
The text was updated successfully, but these errors were encountered:
I recently noticed that an osquery Release build contains debug information.
I've tested with a simple cpp file and indeed our clang creates a Release binary with some debug symbols.
Checking the toolchain provided files I noticed that
/usr/local/osquery-toolchain/lib/libc-2.12.2.so
for instance is marked having debug symbols.I'm not sure why, since I've built clang with MinSizeRel and crosstool-ng should be also building in Release mode.
Anyway, I think we need to double check the configuration.
The text was updated successfully, but these errors were encountered: