Change compiler mode for C99.
This commit is contained in:
parent
b9ec75e061
commit
b9cd63b6ab
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ all: gps-sdr-sim
|
||||
|
||||
SHELL=/bin/bash
|
||||
CC=gcc
|
||||
CFLAGS=-fopenmp -O3
|
||||
CFLAGS=-std=c99 -fopenmp -O3
|
||||
LDFLAGS=-lm -fopenmp
|
||||
|
||||
gps-sdr-sim: gpssim.o
|
||||
|
Loading…
Reference in New Issue
Block a user