Commit 169fb81d by Anurag Gupta

Undoing local change done for building on x64

parent 7ca1584b
......@@ -14,7 +14,6 @@
.lock-wafbuild
.waf*
build/
buildx64/
build-amiga/
tests/tmp/
msvc/Debug/
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment