1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

added -DGCC46 to Travis config

This commit is contained in:
Zeno Rogue 2019-09-13 19:08:54 +02:00
parent 51f1bba9c8
commit 4b47bdb07c

View File

@ -17,6 +17,7 @@ matrix:
HYPERROGUE_CXX=g++-4.6
HYPERROGUE_USE_GLEW=1
HYPERROGUE_USE_PNG=1
EXTRA_CXXFLAGS=-DGCC46
- os: linux
compiler: gcc
env: >-