|
@@ -163,6 +163,10 @@ LINK_OPTS += -Wl,--strip-all |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(SKIP_STRIPPING),true) |
|
|
|
|
|
BASE_FLAGS += -g |
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(NOOPT),true) |
|
|
ifeq ($(NOOPT),true) |
|
|
# Non-CPU-specific optimization flags |
|
|
# Non-CPU-specific optimization flags |
|
|
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections |
|
|
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections |
|
|