auto-sync

This commit is contained in:
rusEfi 2015-04-07 17:04:20 -05:00
parent d158979594
commit df8d890b2b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
rd /s /q deliver
mkdir deliver
call clean.bat
make
cp build\rusefi.elf deliver\rusefi_debug.elf
call clean.bat
make EXTRA_PARAMS='-DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE'
cp build\rusefi.elf deliver\rusefi_release.elf