author | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-08-16 10:00:24 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-08-16 11:18:21 UTC |
parent | e0ba75f4d5fcc9fd6e1f416987f9b9ae4747e5cd |
tests/collisions/Makefile | +1 | -1 |
tests/generated/Makefile | +1 | -1 |
diff --git a/tests/collisions/Makefile b/tests/collisions/Makefile index 0292d84..b148981 100644 --- a/tests/collisions/Makefile +++ b/tests/collisions/Makefile @@ -1,5 +1,5 @@ -CFLAGS += -std=c99 -pedantic -Wall -rdynamic +CFLAGS += -std=c99 -pedantic -Wall ALL_CFLAGS = -I../../libfiu/ -L../../libfiu/ -L./ \ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 $(CFLAGS) diff --git a/tests/generated/Makefile b/tests/generated/Makefile index 201f58b..05e7498 100644 --- a/tests/generated/Makefile +++ b/tests/generated/Makefile @@ -1,5 +1,5 @@ -CFLAGS += -std=c99 -pedantic -Wall -rdynamic +CFLAGS += -std=c99 -pedantic -Wall ALL_CFLAGS = -I../../libfiu/ -L../../libfiu/ \ -D_XOPEN_SOURCE=600 -D_GNU_SOURCE -fPIC -DFIU_ENABLE=1 $(CFLAGS)