From: Martin Taibr Date: Sun, 17 Nov 2019 11:54:13 +0000 (+0100) Subject: xon compile flags X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82b634da032b75ef5aea42400caaa5d79f6c3f2f;p=xonotic%2Fgmqcc.git xon compile flags --- 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() {}