diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,14 +2,16 @@ include ../source.mk +CFLAGS = -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -std=c99 + nop: @: build: oh-autoconfigure - oh-autobuild + oh-autobuild -- CFLAGS='$(CFLAGS)' if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \ - oh-autotest; \ + oh-autotest -- CFLAGS='$(CFLAGS)'; \ fi touch $@ |