diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-12-15 12:23:56 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-12-15 12:23:56 -0500 |
| commit | fb33c4e1c0f83bce8f8cc1e8cae83695aeb2471d (patch) | |
| tree | 5873d051adb7a74e11b6a15c6f4e20c39a1deeb1 /ports/litex | |
| parent | bbbd621b184ee13740c0c8e4c94e7aed0db4f070 (diff) | |
-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; fix struct init in HCI bleio
Diffstat (limited to 'ports/litex')
| -rw-r--r-- | ports/litex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/Makefile b/ports/litex/Makefile index 612953daa..f384f2457 100644 --- a/ports/litex/Makefile +++ b/ports/litex/Makefile @@ -80,7 +80,7 @@ ifeq ($(DEBUG), 1) OPTIMIZATION_FLAGS ?= -Og else CFLAGS += -DNDEBUG -ggdb3 - OPTIMIZATION_FLAGS ?= -O2 + OPTIMIZATION_FLAGS ?= -O2 -fno-inline-functions # TODO: Test with -flto ### CFLAGS += -flto endif |
