Created
April 8, 2020 16:25
-
-
Save lighth7015/ed2b4ca2e661c15a27305528de87e022 to your computer and use it in GitHub Desktop.
SDK build system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SDK / Build Configuration Manager | |
* About SDK / Build Configuration Manager: | |
The SDK Manager confgures your system's build environment for the product, then building and automatically | |
packaging it for your computer (including a bootable ISO). | |
* SDK / Build environment: | |
Build Type : release | |
Logical Processors : 8 | |
Processor Model : 4.0 GHz, AMD FX(tm)-8350 Eight-Core Processor (Stepping 0) | |
System Compiler : clang | |
Preprocessor : cpp | |
Compiler flags : -std=c99 -ffunction-sections -fdata-sections | |
-std=c++11 -ffunction-sections -fdata-sections | |
* Base SDK Targets: | |
smlrcc : SDK C Compiler | |
smlrl : SDK C Linker | |
smlrpp : SDK C Preprocessor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment