From 269dc9efc188dd927f380a5774eef49d1d1fc30e Mon Sep 17 00:00:00 2001 From: suhrke Date: Mon, 10 Jul 2017 03:07:18 -0700 Subject: [PATCH] added test versions to readme, removed debug flag from makefile --- README.md | 3 ++- ReflexToQ3/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dac61f4..05d46d2 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,11 @@ Converts Reflex maps, both version 6 and 8, into id Tech's .map format. ####Compiler(s) * mingw-w64, GCC 5.3.0 +* gcc version 7.1.1 20170528 ####Tested With * netradiant-1.5.0-20120301 __________________ -Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3) \ No newline at end of file +Forked from [chronokun's ReflexToQ3](https://github.com/chronokun/ReflexToQ3) diff --git a/ReflexToQ3/Makefile b/ReflexToQ3/Makefile index c47ea46..c5340bf 100644 --- a/ReflexToQ3/Makefile +++ b/ReflexToQ3/Makefile @@ -1,6 +1,6 @@ EX=reflex2q3 CC=g++ -CFLAGS=-std=c++11 -I"./includes" -I"./includes/Catch/single_include" -I"./includes/cxxopts/include" -I"/usr/include/eigen3" -g +CFLAGS=-std=c++11 -I"./includes" -I"./includes/Catch/single_include" -I"./includes/cxxopts/include" -I"/usr/include/eigen3" TESTEX=test/test-parser UNITEX=test/catch