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:
parent
7c8e642377
commit
bd1a4bf694
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue