Преглед на файлове

Allow to set CFLAGS/LDFLAGS to point to MC version of simgrid

Samuel Thibault преди 6 години
родител
ревизия
96c1322d4f
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      tests/model-checking/Makefile

+ 3 - 3
tests/model-checking/Makefile

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2017  Université de Bordeaux
+# Copyright (C) 2017, 2019  Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -15,8 +15,8 @@
 
 STARPU=../../
 CPPFLAGS=-I$(STARPU)/src -I$(STARPU)/include -I.
-CFLAGS=-Wall -Wextra -g -DNOCONFIG
-LDFLAGS=-lsimgrid
+CFLAGS+=-Wall -Wextra -g -DNOCONFIG
+LDFLAGS+=-lsimgrid
 
 MC_FLAGS=--cfg=model-check/reduction:none