use template
This commit is contained in:
15
envs.ini
Normal file
15
envs.ini
Normal file
@ -0,0 +1,15 @@
|
||||
; Add additionnal environments in this file
|
||||
|
||||
; Default production environment
|
||||
[env:prod]
|
||||
|
||||
; Debug environemnt
|
||||
[env:debug]
|
||||
build_type = debug
|
||||
|
||||
|
||||
; Example additionnal env
|
||||
; [env:example]
|
||||
; ; note: keep the `${env.build_flags}` to includes others build flags
|
||||
; build_flags = ${env.build_flags}
|
||||
; -D POUET
|
Reference in New Issue
Block a user