nextcloud-desktop/cmake/modules
Stephan Beyer 7f598b181e Add -fno-sanitize=vptr for SANITIZE_UNDEFINED=ON
The UndefinedBehaviorSanitizer includes the "vptr" check.  This
check, however, needs typeinfo for OCC::AccountManager because
otherwise its stub for FileManTest leads to undefined references
when linking.  Adding the -frtti flag to enable run-time typeinfo
did not solve the problem.  I do not know another solution, so this
commit disables the vptr check.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
2020-05-19 10:57:58 +02:00
..
AddAppIconMacro.cmake Updated AddAppIconMacro (esp. for new macOS retina guidelines) and corrected filenames to not change pattern in cmake scripts 2019-09-03 17:54:22 +02:00
AddCMockaTest.cmake
CheckCCompilerFlagSSP.cmake
CheckPrototypeDefinition.c.in
CheckPrototypeDefinition.cmake
COPYING-CMAKE-SCRIPTS
Copyright.txt
DBusMacros.cmake
DefineCMakeDefaults.cmake Fix typos. 2020-05-04 18:11:36 +00:00
DefineCompilerFlags.cmake
DefineInstallationPaths.cmake
DefinePlatformDefaults.cmake
DeployQt5.cmake
ECMAddAppIcon.cmake Updated ECMAddAppIcon to newest ver fromhttps://github.com/KDE/extra-cmake-modules/blob/master/modules/ECMAddAppIcon.cmake with modifications for nc workflow (incl. png2imagemagick) 2019-09-04 16:51:16 +02:00
ECMFindModuleHelpers.cmake
ECMFindModuleHelpersStub.cmake
FindCMocka.cmake
FindGio.cmake
FindGLib2.cmake
FindINotify.cmake
FindLibcloudproviders.cmake
FindLibSSH.cmake
FindPackageVersionCheck.cmake
FindPdfLatex.cmake
FindPng2Ico.cmake
FindQt5Keychain.cmake
FindSMBClient.cmake
FindSparkle.cmake
FindSphinx.cmake
FindSQLite3.cmake
GetGitRevisionDescription.cmake
GetGitRevisionDescription.cmake.in
GNUInstallDirs.cmake
MacOSXBundleInfo.plist.in Welcome to 2020 2020-01-13 09:28:51 +01:00
MacroAddCompileFlags.cmake
MacroAddLinkFlags.cmake
MacroEnsureOutOfSourceBuild.cmake
MacroLogFeature.cmake
MacroOptionalFindPackage.cmake
NSIS.InstallOptions.ini.in
NSIS.template.in
SanitizerFlags.cmake Add -fno-sanitize=vptr for SANITIZE_UNDEFINED=ON 2020-05-19 10:57:58 +02:00
UseDoxygen.cmake
Warnings.cmake Use -Wno-gnu-zero-variadic-macro-arguments only for Clang 2019-09-09 19:35:30 +02:00