diff --git a/ref_app/ref_app.cppproj b/ref_app/ref_app.cppproj index 1eda83316..96fe48e91 100644 --- a/ref_app/ref_app.cppproj +++ b/ref_app/ref_app.cppproj @@ -60,47 +60,47 @@ .elf - -mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p" - True - True - True - True - False - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - True - True - True - -std=c99 -flto - - - ../src - ../src/mcal/avr - ../src/util/STL - ../src/util/STL_C++XX_stdfloat - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - Optimize for size (-Os) - True - True - -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -finline-limit=64 -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs -flto -Wno-comment - True - True - True - 0x800 - -Wl,-T../target/micros/avr/make/avr.ld -flto - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - + -mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p" + True + True + True + True + False + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + True + True + True + -std=c99 -flto + + + ../src + ../src/mcal/avr + ../src/util/STL + ../src/util/STL_C++XX_stdfloat + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + Optimize for size (-Os) + True + True + -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -finline-limit=64 -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs -flto -Wno-comment + True + True + True + 0x800 + -Wl,-T../target/micros/avr/make/avr.ld -flto + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + @@ -108,49 +108,49 @@ .elf - -mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p" - True - True - True - True - False - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - Optimize (-O1) - True - True - True - -std=c99 - - - ../src - ../src/mcal/avr - ../src/util/STL - ../src/util/STL_C++XX_stdfloat - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - Optimize (-O1) - Default (-g2) - True - True - -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs - True - True - True - -Wl,-T../target/micros/avr/make/avr.ld - - - %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include - %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ - - - Default (-Wa,-g) - + -mmcu=atmega328p -B "%24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\gcc\dev\atmega328p" + True + True + True + True + False + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + Optimize (-O1) + True + True + True + -std=c99 + + + ../src + ../src/mcal/avr + ../src/util/STL + ../src/util/STL_C++XX_stdfloat + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + Optimize (-O1) + Default (-g2) + True + True + -Wextra -gdwarf-2 -fno-use-cxa-atexit -fno-exceptions -finline-functions -std=c++14 -fno-rtti -fno-nonansi-builtins -fno-threadsafe-statics -fno-enforce-eh-specs + True + True + True + -Wl,-T../target/micros/avr/make/avr.ld + + + %24(PackRepoDir)\Atmel\ATmega_DFP\1.3.300\include + %24(PackRepoDir)\atmel\ATmega_DFP\2.0.401\include\ + + + Default (-Wa,-g) + @@ -526,9 +526,6 @@ compile - - compile - compile diff --git a/ref_app/src/app/benchmark/app_benchmark_complex.cpp b/ref_app/src/app/benchmark/app_benchmark_complex.cpp index 690527608..6b806a165 100644 --- a/ref_app/src/app/benchmark/app_benchmark_complex.cpp +++ b/ref_app/src/app/benchmark/app_benchmark_complex.cpp @@ -55,6 +55,6 @@ int main() #endif complex_type x_val { static_cast(1.23L), static_cast(3.45L) }; -complex_type y_val; +complex_type y_val { }; #endif // APP_BENCHMARK_TYPE_COMPLEX