Set the title for the "release" mode globally

This commit is contained in:
Pierre Pronchery 2021-01-09 20:18:06 +01:00
parent 3cd0b1e6c5
commit 22bef3e4f6
3 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,10 @@ subdirs=data,doc,src,tools,tests
targets=tests targets=tests
dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL.md,README.md dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL.md,README.md
#modes
[mode::release]
title=Release
#targets #targets
[tests] [tests]
type=command type=command

View File

@ -10,7 +10,6 @@ dist=Makefile,common.h,configure.h,makefile.h,settings.h
#modes #modes
[mode::release] [mode::release]
title=Release
cppflags_force=-DNDEBUG cppflags_force=-DNDEBUG
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector

View File

@ -6,7 +6,6 @@ dist=Makefile,configure-update
#modes #modes
[mode::release] [mode::release]
title=Release
cppflags_force=-DNDEBUG cppflags_force=-DNDEBUG
cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector