diff options
author | Daniel Carl <danielcarl@gmx.de> | 2018-06-28 00:36:42 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2018-06-28 00:36:42 +0200 |
commit | 8b7657fdac0c1f304a55d4bf5ddb4acdb5eaa35c (patch) | |
tree | 7f4b077911c9a110195c4dfdcb207a4af0ad61d2 /tests | |
parent | b4b69da505c79c8bbcb85e3bbc099b3869744ee8 (diff) |
Remove duplicate give compiler option -fPIC.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index dfd3db3..75aed18 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,4 @@ CPPFLAGS = -I ../ -CFLAGS = -fPIC -pedantic include ../config.mk |