From 1c78591209106991923a73b601f321902143c8a1 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 May 2018 21:00:14 +0800 Subject: modify index --- landing.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'landing.html') diff --git a/landing.html b/landing.html index b6c83cc7..31573935 100644 --- a/landing.html +++ b/landing.html @@ -135,6 +135,18 @@
  • Cuda
  • +

    Support Projects

    + + +

    Builtin Plugins

    Macros script plugin

    @@ -199,16 +211,7 @@

    Debug and release modes:

    -
    if is_mode("debug") then
    -    set_symbols("debug")
    -    set_optimize("none")
    -end
    -
    -if is_mode("release") then
    -    set_symbols("hidden")
    -    set_optimize("fastest")
    -    set_strip("all")
    -end
    +
    add_rules("mode.debug", "mode.release")
     
     target("console")
         set_kind("binary")
    -- 
    cgit v1.2.3