Skip to content

Commit

Permalink
CNTK v2 library: Python bindings related changes for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaga committed Sep 6, 2016
1 parent ea012e8 commit 86e5e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions Source/CNTKv2LibraryDll/API/CNTKLibraryInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define final
#define explicit
#define static_assert(condition, message)
#define __attribute__(x)
#endif

#ifdef _WIN32
Expand Down
5 changes: 1 addition & 4 deletions bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
extra_compile_args=[
"-DSWIG",
"-DUNICODE",
"/EHsc",
"/DEBUG", # TODO remove for release
"/Zi", # TODO remove for release
"/Od" # TODO remove for release
"/EHsc"
],
extra_link_args=[ "/DEBUG"],
)
Expand Down

0 comments on commit 86e5e87

Please sign in to comment.