This commit is contained in:
rusefi 2019-05-10 13:42:07 -04:00
parent 8c00f9ebe8
commit efe0e740dd
1 changed files with 3 additions and 0 deletions

View File

@ -12,7 +12,10 @@ set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
-DEFI_ENABLE_ASSERTS=FALSE ^
-DEFI_USE_OSC=TRUE ^
-DCH_DBG_ENABLE_CHECKS=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
rem Do not forget to comment out following line if looking to debug!
set DEBUG_LEVEL_OPT="-O2"
make -j4
if not exist build/rusefi.hex echo FAILED to compile osc_f767
if not exist build/rusefi.hex exit -1