1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

enable architecture dependent optimization for the proxy

This commit is contained in:
Stefan Lankes 2016-08-28 06:42:04 +02:00
parent 7c8e642377
commit bd1a4bf694

View file

@ -1,6 +1,6 @@
MAKE = make
CC = gcc
CFLAGS = -O2 -Wall -std=gnu99
CFLAGS = -O2 -Wall -std=gnu99 $(ARCH_OPT)
PROXYFILES = proxy init.sh $(shell find ../usr/tests ../usr/benchmarks ../usr/openmpbench -type f -executable)
# Prettify output