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

enable C99 support

This commit is contained in:
Stefan Lankes 2016-08-24 08:02:48 +02:00
parent a671be0475
commit a1a0da197b

View file

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