aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ttt.jai3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 5e5b2d7..fc2e5a3 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -13,6 +13,9 @@
// You should have received a copy of the GNU General Public License along with
// this program. If not, see <https://www.gnu.org/licenses/>.
+// Compilation commands:
+// - release : jai ttt.jai -import_dir . -x64 -release
+// - debug : jai ttt.jai -import_dir . -x64
#import "Basic";
#import "System";