Skip to content

Commit

Permalink
Cleanup setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 11, 2019
1 parent 2f90390 commit 050f3c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import codecs
import os
import pathlib
import platform
import re
import sys
Expand All @@ -12,14 +11,6 @@
if sys.implementation.name != "cpython":
NO_EXTENSIONS = True

PROFILE_BUILD = bool(os.environ.get("PROFILE_BUILD"))
"""Flag whether extensions should be built with profiling enabled."""


here = pathlib.Path(__file__).parent
"""Current folder (containing setup.py)."""


CFLAGS = ["-O2"]
# CFLAGS = ['-g']
if platform.system() != "Windows":
Expand Down

0 comments on commit 050f3c4

Please sign in to comment.