Undoing local change done for building on x64

This commit is contained in:
Anurag Gupta 2014-03-11 11:56:26 -07:00
parent 7ca1584b47
commit 169fb81d87
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,7 +14,6 @@
.lock-wafbuild
.waf*
build/
buildx64/
build-amiga/
tests/tmp/
msvc/Debug/

View File

@ -221,7 +221,7 @@ IF (MSVC)
# /GF - String pooling
# /MP - Parallel build
SET(CMAKE_C_FLAGS "/GF /MP /wd4244 /wd4267 /nologo ${CMAKE_C_FLAGS}")
SET(CMAKE_C_FLAGS "/GF /MP /nologo ${CMAKE_C_FLAGS}")
IF (STDCALL)
# /Gz - stdcall calling convention