Skip to content

Commit

Permalink
Merge pull request #69 from agriffis/master
Browse files Browse the repository at this point in the history
Don't remove -Wall, since that can break compilation. Fixes #68
  • Loading branch information
ask committed Oct 30, 2015
2 parents ca579d1 + 2bf0319 commit dbd778a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -132,7 +132,6 @@ def run(self):
vars[key] = vars[key].replace('-mno-fused-madd', '')
vars[key] = vars[key].replace(
'-isysroot /Developer/SDKs/MacOSX10.6.sdk', '')
vars[key] = vars[key].replace('-Wall', '')
restore = senv(
('CFLAGS', vars['c']),
('LDFLAGS', vars['ld']),
Expand Down

0 comments on commit dbd778a

Please sign in to comment.