Skip to content

Commit

Permalink
add TI_PRINT_PREPROCESSED
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Feb 27, 2020
1 parent 4113b0d commit 95cd20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/taichi/lang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def boolean_config(key, name=None):

# does override
boolean_config("print_ir")
boolean_config("print_preprocessed")
boolean_config("verbose")
boolean_config("fast_math")
arch = os.environ.get("TI_ARCH")
Expand Down

0 comments on commit 95cd20f

Please sign in to comment.