diff options
| author | ruki <[email protected]> | 2015-06-05 15:51:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-05 15:51:01 +0800 |
| commit | fe68854c321f2e586cab55dce6856b89241b4c20 (patch) | |
| tree | ff5210d8c51de3814a77e316f51515586367cfb6 /tests | |
| parent | ce6af9d93717a57792fc7d371f0fea9c40878c2f (diff) | |
add table join and merge project root
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/console/xmake.xproj | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/console/xmake.xproj b/tests/console/xmake.xproj index fa78b4da2..d830f5a39 100644 --- a/tests/console/xmake.xproj +++ b/tests/console/xmake.xproj @@ -18,12 +18,17 @@ project: console # the modes modes: debug { - defines: DEBUG=1 + optimize: none } - modes: release, profile + modes: release { - defines: DEBUG=0 + optimize: smallest + } + + modes: profile + { + optimize: fastest } target: hello1 |
