kernel_module, sample_package: correctly forward Buildroot -O and -g flags

readme: improve optimization documentation
This commit is contained in:
Ciro Santilli
2018-04-17 14:51:43 +01:00
parent ffa430eef9
commit 50f2518656
5 changed files with 83 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: all clean
CFLAGS_EXTRA ?= -ggdb3 -fopenmp -O0 -std=c99 -Wall -Werror -Wextra
CFLAGS_EXTRA ?= -fopenmp -std=c99 -Wall -Werror -Wextra
IN_EXT ?= .c
LIBS :=
OUT_EXT ?= .out