Skip to content

Instantly share code, notes, and snippets.

@lighth7015
Created April 8, 2020 16:25
Show Gist options
  • Save lighth7015/ed2b4ca2e661c15a27305528de87e022 to your computer and use it in GitHub Desktop.
Save lighth7015/ed2b4ca2e661c15a27305528de87e022 to your computer and use it in GitHub Desktop.
SDK build system
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