mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
CMake: Removed unnecessary macro definitions. They are defined in
config.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58177 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,12 +75,6 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib )
|
||||
add_definitions( -D__STDC_LIMIT_MACROS )
|
||||
add_definitions( -D__STDC_CONSTANT_MACROS )
|
||||
|
||||
if( LLVM_ON_UNIX )
|
||||
add_definitions( -DLLVM_ON_UNIX )
|
||||
else( LLVM_ON_UNIX )
|
||||
add_definitions( -DLLVM_ON_WIN32 )
|
||||
endif( LLVM_ON_UNIX )
|
||||
|
||||
if( MSVC )
|
||||
add_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS )
|
||||
add_definitions( -D_SCL_SECURE_NO_WARNINGS -DCRT_NONSTDC_NO_WARNINGS )
|
||||
|
Reference in New Issue
Block a user