Skip to content

Commit

Permalink
Tmp deactivate Boost.Decimal include-path
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Nov 14, 2023
1 parent 2ca8374 commit 18ae1d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ref_app/target/micros/stm32f446/make/stm32f446_flags.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ GCC_PREFIX = arm-none-eabi

LINKER_DEFINITION_FILE := $(PATH_TGT_MAKE)/$(TGT)_with_stdlib.ld


TGT_SUFFIX = elf

TGT_ALLFLAGS = -O2 \
Expand All @@ -36,9 +35,11 @@ TGT_CXXFLAGS = -std=c++20
-Wno-psabi \
$(TGT_ALLFLAGS)

TGT_INCLUDES = -IC:/MyGitRepos/cppalliance/decimal/include \
-IC:/boost/modular_boost/libs/core/include \
-IC:/boost/modular_boost/libs/config/include
TGT_INCLUDES =

#TGT_INCLUDES = -IC:/MyGitRepos/cppalliance/decimal/include \
# -IC:/boost/modular_boost/libs/core/include \
# -IC:/boost/modular_boost/libs/config/include

TGT_AFLAGS =

Expand Down

0 comments on commit 18ae1d3

Please sign in to comment.