diff options
| author | J08nY | 2017-02-17 12:52:30 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-17 12:52:30 +0100 |
| commit | 8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671 (patch) | |
| tree | a0a5bbde347e81f61c4e06aaae10127159a136a6 /src | |
| parent | 7a4af9b9ce960beef67bff3dadce99ade8789abd (diff) | |
| download | ecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.tar.gz ecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.tar.zst ecgen-8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671.zip | |
fixed makefile for travis
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index db5936e..1bd9806 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,10 +8,10 @@ CC=gcc GP2C=gp2c -CFLAGS=-O3 -Wall -std=c11 +CFLAGS=-O3 -Wall LDFLAGS=-L../lib -GP_CFLAGS=-O3 -Wall -std=c11 -fomit-frame-pointer -fno-strict-aliasing -fPIC +GP_CFLAGS=-O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC GPFLAGS=-g -i4 INCLUDES=-I. -I../lib -Icm -Iinvalid -Iio -Irandom -Iexhaustive |
