Set the title for the "release" mode globally
This commit is contained in:
parent
3cd0b1e6c5
commit
22bef3e4f6
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user