Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 95e4de46 authored by hhakim's avatar hhakim
Browse files

Fix numeric_limits::max issue on Visual Studio 14.

parent 690d3d3e
No related branches found
No related tags found
No related merge requests found
Pipeline #833926 skipped
...@@ -71,7 +71,7 @@ file(READ ${FAUST_PYTHON_SRC_DIR}/PYFAUST_LICENSE_HEADER.txt PYFAUST_LICENSE_HEA ...@@ -71,7 +71,7 @@ file(READ ${FAUST_PYTHON_SRC_DIR}/PYFAUST_LICENSE_HEADER.txt PYFAUST_LICENSE_HEA
if(WIN32) if(WIN32)
set(FAUST_SETUP_PY_CFLAGS "'/w', '/EHsc' ") set(FAUST_SETUP_PY_CFLAGS "'/w', '/EHsc', '/DNOMINMAX'")
set(FAUST_SETUP_PY_LFLAGS "") set(FAUST_SETUP_PY_LFLAGS "")
else() #UNIX else() #UNIX
set(FAUST_SETUP_PY_CFLAGS "'-std=c++11', '-O3'") set(FAUST_SETUP_PY_CFLAGS "'-std=c++11', '-O3'")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment