Commit e46d2db
authored
Remove the hardcoded CFLAGS for GCC/LLVM (#334)
This causes build failures when for cross compiled embedded system. For instance, when the position independent code is not configured the same way. It also prevents using `-Os` instead of `-O2`1 parent 37a1f8b commit e46d2db
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 41 | | |
49 | 42 | | |
50 | 43 | | |
| |||
0 commit comments