Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
platformio.ini: remove obsolete comments following 4ab02fd
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhi committed Dec 25, 2023
1 parent ab52941 commit b7257db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ build_type = test

; These options will be passed on to compiler invocations on compliation
; units (individual files).
;
; Note that PlatformIO filters out `-Wl,xxx` options and gives them only
; to the GCC invocation linking an executable. The options we supply are
; only recognized by GCC and not LD, so we cannot use this silly
; mechanism. Instead, `extra_scripts` is used to inject link-time
; options. See below.
build_flags = -std=c99 -g -fsanitize=address,undefined -Wall -Wextra -Wpedantic

; Build code in `src/` as well. See:
Expand Down

0 comments on commit b7257db

Please sign in to comment.