Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 46e341d

Browse files
committed
Add SDKConfig.h file
1 parent b548387 commit 46e341d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,5 @@ toolchains/android/
8080
# codegen
8181
code-generation/generator/target/
8282

83-
#config output
84-
aws-cpp-sdk-core/include/aws/core/SDKConfig.h
85-
8683
#nuget
8784
*.nupkg
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0.
4+
*/
5+
6+
/* #undef USE_AWS_MEMORY_MANAGEMENT */
7+

0 commit comments

Comments
 (0)