summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Leontiev2016-01-26 19:20:02 +0300
committerAnton Leontiev2016-01-26 19:21:28 +0300
commita2017eae93cfc1a02dacd3a178577fc0d900f562 (patch)
treed1c523cd44a95ab78f9c93d570000f714c8afc78 /Makefile
parent9d618c1a5371b772a34af1da7255777278e8dbba (diff)
downloadaur-a2017eae93cfc1a02dacd3a178577fc0d900f562.tar.gz
Update to 2.6.0-2
* Add README * Compile with -O3 and -DLinux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d418b19fa696..b63e564c52e6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ else
SOURCES += fltmem.c intmem.c fltmark.c intmark.c
endif
+CPPFLAGS += -DLinux
+CFLAGS += -O3
+
ramspeed: $(SOURCES)
echo $(CARCH)
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ -o $@