From: Urban Wallasch Date: Sun, 28 Jul 2019 08:36:08 +0000 (+0200) Subject: * Added -O2 to compiler flags. X-Git-Tag: v0.1.0~58 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=24b1f1eb910c761f04e58410bad5ba3e993321c1;p=ets2_tele.git * Added -O2 to compiler flags. --- diff --git a/Makefile b/Makefile index 260e292..b3b391e 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ SDK_INCLUDES=\ -Isdk/include/amtrucks/ \ -Isdk/include/eurotrucks2 -CFLAGS=-Wall -Wextra -std=c99 -DDEBUG -I. -CPPFLAGS=-Wall -DLOGGING -I. +CFLAGS=-Wall -Wextra -std=c99 -O2 -DDEBUG -I. +CPPFLAGS=-Wall -O2 -DLOGGING -I. UNAME:= $(shell uname -s)