]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
nevis: use -Os compiler flag
authorMarkham <markham001@gmx.de>
Thu, 16 Jan 2020 16:41:05 +0000 (17:41 +0100)
committerMarkham <markham001@gmx.de>
Thu, 16 Jan 2020 16:41:05 +0000 (17:41 +0100)
make/neutrino.mk

index 472085c3a232cb7a62d036e3d6b388c8cf090366..75f721ca43a0936e4f17d9ef0df0559ef6be310d 100755 (executable)
@@ -7,7 +7,11 @@ N_CFLAGS += -Wformat-truncation=0 -Wno-ignored-qualifiers
 N_CFLAGS += -Wno-int-in-bool-context -Wno-cast-function-type
 endif
 
+ifeq ($(BOXSERIES), hd1)
+N_CFLAGS += -Os
+else
 N_CFLAGS += -O2
+endif
 N_CFLAGS += -fmax-errors=10
 #N_CFLAGS += -D__KERNEL_STRICT_NAMES
 N_CFLAGS += -DNEW_LIBCURL