Skip to content
Snippets Groups Projects
Commit f8b7c8ca authored by Amorilia's avatar Amorilia
Browse files

Improved compiler flags for windows build.

parent a7f62fc1
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ elif sys.platform == 'win32':
python_include = [sysconfig.get_python_inc()]
python_libpath = [sysconfig.get_python_lib(1, 1) + '/../libs']
python_lib = ['python24']
cppflags = '/EHsc'
cppflags = '/EHsc /O2 /ML /GS /Zi /TP'
else:
print "platform %s not supported"%sys.platform
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment