Fix GCC and Solaris builds picking up Sun Studio flags
parent
37dad288fd
commit
f4ef75ef91
|
|
@ -50,7 +50,7 @@ endif
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
# Base CXXFLAGS used if the user did not specify them
|
# Base CXXFLAGS used if the user did not specify them
|
||||||
ifeq ($(IS_SUN),1)
|
ifeq ($(SUN_COMPILER),1)
|
||||||
CXXFLAGS ?= -DNDEBUG -g3 -xO2
|
CXXFLAGS ?= -DNDEBUG -g3 -xO2
|
||||||
else
|
else
|
||||||
CXXFLAGS ?= -DNDEBUG -g2 -O2
|
CXXFLAGS ?= -DNDEBUG -g2 -O2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue