diff --git a/debian/changelog b/debian/changelog index 26718d62..c69387d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-boot-maker (6.0.6) unstable; urgency=medium + + * chore: Comment out tests subdirectory in src.pro + + -- dengzhongyuan Thu, 19 Jun 2025 19:46:23 +0800 + deepin-boot-maker (6.0.5) unstable; urgency=medium * chore: Update compiler flags for security enhancements diff --git a/src/src.pro b/src/src.pro index 3db67142..83bfec18 100644 --- a/src/src.pro +++ b/src/src.pro @@ -10,7 +10,11 @@ linux { } SUBDIRS += app -SUBDIRS += tests + + +#SUBDIRS += tests + + mac* { TRANSLATIONS_NAME = deepin-boot-maker TRANSLATIONS += $$PWD/translations/$${TRANSLATIONS_NAME}.ts \ diff --git a/src/tests/tests.pro b/src/tests/tests.pro index a27725bc..99599c5c 100644 --- a/src/tests/tests.pro +++ b/src/tests/tests.pro @@ -9,8 +9,8 @@ CONFIG(debug, debug|release) { #添加安全编译参数 QMAKE_LFLAGS += -z noexecstack -pie -z relro -z now -QMAKE_CFLAGS += -fstack-protector-all -fPIC -QMAKE_CXXFLAGS += -fstack-protector-all -fno-access-control -fPIC +QMAKE_CFLAGS += -fstack-protector-all -fPIE +QMAKE_CXXFLAGS += -fstack-protector-all -fno-access-control -fPIE QT += core gui widgets testlib