Use CFLAGS in Makefile

This commit is contained in:
Thomas Preud'homme 2011-09-02 12:52:07 +02:00
parent 31f7d7760f
commit 57820691d2
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
fmr_omp-str_base: fmr_omp-str_base.S
gcc -fopenmp -o $@ $< -lm
gcc $(CFLAGS) -fopenmp -o $@ $< -lm
fmr_omp-str_base.S: fmr_omp-str_base.c
gcc -S -fopenmp -o $@ $<
# patch -p0 < fmr_omp-str_base-batch_queue.patch
gcc $(CFLAGS) -S -fopenmp -o $@ $<