summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-05 15:51:01 +0800
committerruki <[email protected]>2015-06-05 15:51:01 +0800
commitfe68854c321f2e586cab55dce6856b89241b4c20 (patch)
treeff5210d8c51de3814a77e316f51515586367cfb6 /tests
parentce6af9d93717a57792fc7d371f0fea9c40878c2f (diff)
add table join and merge project root
Diffstat (limited to 'tests')
-rw-r--r--tests/console/xmake.xproj11
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