mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Ability to explicitly set target triple
This commit is contained in:
parent
8ce94e7076
commit
37c4074c44
4 changed files with 15 additions and 2 deletions
|
@ -775,6 +775,7 @@ namespace IDE.ui
|
|||
return false;
|
||||
});
|
||||
allocPropEntry.mOnUpdate();
|
||||
AddPropertiesItem(category, "Target Triple", "mTargetTriple");
|
||||
AddPropertiesItem(category, "Target CPU", "mTargetCPU");
|
||||
AddPropertiesItem(category, "SIMD Instructions", "mBfSIMDSetting");
|
||||
AddPropertiesItem(category, "Optimization Level", "mBfOptimizationLevel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue