Skip to content

Commit 5a81e2d

Browse files
committed
fixup! notes cleanup
1 parent e10bd3f commit 5a81e2d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@
3333
'-fprofile-abs-path',
3434
])
3535

36-
# LDFLAGS = ['-coverage'] if DEBUG_BUILD else []
3736
LDFLAGS = ['--coverage'] if DEBUG_BUILD else []
3837

39-
# CFLAGS = ["-O2"]
40-
# CFLAGS.extend(['--coverage', '-g', '-O0'])
41-
4238
if platform.system() != "Windows" and False:
4339
CFLAGS.extend(
4440
[

0 commit comments

Comments
 (0)