Skip to content

Commit

Permalink
build: πŸ› update standard C/C++ level to handle digit separator
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Oct 9, 2024
1 parent d61e541 commit 9b35fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"cmake_definitions": {},
"cpu_opts": "-mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard",
"asm_flags": "-fno-exceptions -fno-unwind-tables --specs=nosys.specs -mcpu=cortex-m4 -mthumb",
"c_flags": "-std=c11 --specs=nosys.specs -Warray-bounds -u _printf_float -Wno-format",
"cpp_flags": "-std=c++17 -fwrapv -fno-rtti -fno-inline -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-format -u _printf_float",
"c_flags": "-std=gnu2x --specs=nosys.specs -Warray-bounds -u _printf_float -Wno-format",
"cpp_flags": "-std=gnu++23 -fwrapv -fno-rtti -fno-inline -fno-threadsafe-statics -fno-exceptions -fno-unwind-tables -Wl,--gc-sections -Wl,--sort-common -Wl,--sort-section=alignment -Wno-format -u _printf_float",
"linker_flags": "-Wl,--no-wchar-size-warning -Wl,--gc-sections -Wl,--wrap,atexit -Wl,--defsym=LD_FLASH_OFFSET=0 -Wl,--defsym=LD_MAX_SIZE=524288 -Wl,--defsym=LD_MAX_DATA_SIZE=98304 -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group",
"libraries": [
{
Expand Down

0 comments on commit 9b35fe8

Please sign in to comment.