X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fconfig.mk;fp=bertos%2Fconfig.mk;h=b21b2c1f96210576eff3606c293eabee5a6797b3;hb=4b4f34de5ffd5ccd065427d129f120aae300b7ca;hp=59997014c6af2d57097d6cdffbd586d66a972a07;hpb=eb8b43262e8b6d98f3af877a86c142a83a1c6ce5;p=bertos.git diff --git a/bertos/config.mk b/bertos/config.mk index 59997014..b21b2c1f 100644 --- a/bertos/config.mk +++ b/bertos/config.mk @@ -15,8 +15,8 @@ DPROG ?= -V -c stk500 -P /dev/ttyS0 # Set to 1 to build for embedded devices. # e.g. produce target.elf instead of target and target_nostrip -EMBEDDED_TARGET = 1 -#EMBEDDED_TARGET = 0 +#EMBEDDED_TARGET = 1 +EMBEDDED_TARGET = 0 OPTCFLAGS = -ffunction-sections -fdata-sections #OPTCFLAGS = -funsafe-loop-optimizations