Skip to content

Commit

Permalink
Be sure to build Example 16_08 with C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Oct 14, 2024
1 parent 1b4915e commit b424eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chapter16_08/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ else
TOOL_PREFIX="$2"
fi

CFLAGS="-Wall -Wextra -pedantic -mmcu=atmega328p -fsigned-char -Os -fno-exceptions -gdwarf-2 -finline-functions -ffunction-sections -fdata-sections -flto"
CPPFLAGS="-std=c++11 -fno-rtti -fno-use-cxa-atexit -fno-use-cxa-get-exception-ptr -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs -ftemplate-depth=32"
CFLAGS="-Wall -Wextra -Wpedantic -mmcu=atmega328p -fsigned-char -Os -fno-exceptions -gdwarf-2 -finline-functions -ffunction-sections -fdata-sections -flto"
CPPFLAGS="-std=c++14 -fno-rtti -fno-use-cxa-atexit -fno-use-cxa-get-exception-ptr -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs -ftemplate-depth=32"
CINCLUDES="-Isrc/mcal/avr -Isrc/util/STL -Isrc"
CDEFINES="-DWIDE_INTEGER_NAMESPACE=ckormanyos"

Expand Down

0 comments on commit b424eda

Please sign in to comment.