mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix trianglix not using -std=gnu++11.
This commit is contained in:
parent
7d59575921
commit
88a6317700
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ include ../build-aux/dirs.mak
|
||||||
OPTLEVEL?=-g -O2
|
OPTLEVEL?=-g -O2
|
||||||
CXXFLAGS?=$(OPTLEVEL)
|
CXXFLAGS?=$(OPTLEVEL)
|
||||||
|
|
||||||
CXXFLAGS:=$(CXXFLAGS) -std=gnu++0x -Wall -Wextra -fno-exceptions -fno-rtti -msse -msse2
|
CXXFLAGS:=$(CXXFLAGS) -std=gnu++11 -Wall -Wextra -fno-exceptions -fno-rtti -msse -msse2
|
||||||
|
|
||||||
BINARY:=trianglix
|
BINARY:=trianglix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue