summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32vldiscovery/ostest/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm32vldiscovery/ostest/Make.defs')
-rw-r--r--nuttx/configs/stm32vldiscovery/ostest/Make.defs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/configs/stm32vldiscovery/ostest/Make.defs b/nuttx/configs/stm32vldiscovery/ostest/Make.defs
index 3a93768f4..b39619dab 100644
--- a/nuttx/configs/stm32vldiscovery/ostest/Make.defs
+++ b/nuttx/configs/stm32vldiscovery/ostest/Make.defs
@@ -48,7 +48,6 @@ ifeq ($(WINTOOL),y)
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
- MAXOPTIMIZATION = -O2
else
# Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh