|
Lines 5-10
ifeq ($(G4SYSTEM),Linux-g++)
|
Link Here
|
|---|
|
CXX := g++ | CXX := g++ |
CXXFLAGS := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long | CXXFLAGS := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long |
CXXFLAGS += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe | CXXFLAGS += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe |
|
CXXFLAGS += $(shell echo $(CFLAGS)) |
# | # |
# Uncomment the following options to activate Pentium4 chip specific | # Uncomment the following options to activate Pentium4 chip specific |
# floating-point operations on the SSE unit. It will allow for more stable | # floating-point operations on the SSE unit. It will allow for more stable |