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