Skip to content

Commit

Permalink
cDebug and cDisableCaching also need to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Apr 5, 2019
1 parent 7fc248b commit 48e768f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/svdpi.nim
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import nimterop/cimport
import os

# cDisableCaching()
# cDebug()
# static:
# cDisableCaching()
# cDebug()

const
xlmIncludePath = getEnv("XCELIUM_ROOT") / ".." / "include"
Expand Down

0 comments on commit 48e768f

Please sign in to comment.