diff options
| author | ruki <[email protected]> | 2015-07-06 18:30:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-07-06 18:30:24 +0800 |
| commit | 2533ac84c32b30bebddf8226776d00a3f4863119 (patch) | |
| tree | 632b4e610932adcc70369a46ac91a31811e436eb /xmake/scripts/base/project.lua | |
| parent | a83bfd36699514d6f44cd1a614f20bf84f59538f (diff) | |
add some api for options
Diffstat (limited to 'xmake/scripts/base/project.lua')
| -rw-r--r-- | xmake/scripts/base/project.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/scripts/base/project.lua b/xmake/scripts/base/project.lua index 4063f9de0..4d1976570 100644 --- a/xmake/scripts/base/project.lua +++ b/xmake/scripts/base/project.lua @@ -977,6 +977,9 @@ function project._load_options(file) local interfaces = { "enable" , "showmenu" , "category" + , "warnings" + , "optimize" + , "languages" , "description"} for _, interface in ipairs(interfaces) do @@ -995,6 +998,7 @@ function project._load_options(file) , "cxflags" , "cxxflags" , "ldflags" + , "vectorexts" , "defines" , "defines_if_ok" , "defines_h_if_ok" |
