Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows のコンパイラとして mingw-gcc を使用しています。環境設定で定数を定義する必要があるため、パッケージをコンパイルするときに定数が自動的に定義されます。
Linuxでは、通常次のことを行います。
export CPPFLAGS=-DNPY_NO_DEPRECATED_API ... ...
しかし、Windowsではこれを行う方法がわかりません。誰でも助けを提供できますか?