From 82b634da032b75ef5aea42400caaa5d79f6c3f2f Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sun, 17 Nov 2019 12:54:13 +0100 Subject: [PATCH] xon compile flags --- .gitignore | 3 +++ tests/_tmp.qc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 478b967..13851e2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ testsuite build/ .idea/ + +out.dat +out.lno diff --git a/tests/_tmp.qc b/tests/_tmp.qc index 52937a5..ddd5196 100644 --- a/tests/_tmp.qc +++ b/tests/_tmp.qc @@ -15,4 +15,7 @@ float (float val) floor = #14; float (float val1, float val2) pow = #15; vector (string str) stov = #16; +// xon uses these flags: +// ./gmqcc -std=gmqcc -Ooverlap-locals -O3 -Wall -Wno-field-redeclared -flno -futf8 -fno-bail-on-werror -frelaxed-switch -freturn-assignments tests/_file.qc -o out.dat && ./qcvm out.dat + void main() {} -- 2.39.2