]> code.delx.au - spectrwm/commit
linux: Use -fPIC instead of -fpic
authorAndrea Bolognani <eof@kiyuko.org>
Sun, 31 Jul 2016 16:51:36 +0000 (18:51 +0200)
committerAndrea Bolognani <eof@kiyuko.org>
Sun, 31 Jul 2016 17:03:38 +0000 (19:03 +0200)
commit2c2034e3bf97668545bee6d29bbe01dd5353da4d
tree1720406bdf494e2b00f681d21ed2ff3ca0f33fd2
parentac945112ba4384fc68fea1e2ee387c5407b05bbb
linux: Use -fPIC instead of -fpic

According to GCC's documentation, -fpic can have compatibility
issues on some platforms. Use -fPIC instead, which generates
slightly bigger objects but is generally more likely to work.

Get rid of -DPIC, since the symbol is not used anywhere.
linux/Makefile