Since I intend to move to C++... let's get that started right now.
This commit is contained in:
@@ -460,7 +460,8 @@ uqm_process_config() {
|
|||||||
|
|
||||||
# Set C++ only flags
|
# Set C++ only flags
|
||||||
# These allow use of C++ without the standard library
|
# These allow use of C++ without the standard library
|
||||||
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -nostdinc++"
|
# ADAM: We're permitting ALL of C++!
|
||||||
|
#CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions -nostdinc++"
|
||||||
|
|
||||||
# At this point, all the compiler flags must be set.
|
# At this point, all the compiler flags must be set.
|
||||||
CFLAGS="$CFLAGS $CCOMMONFLAGS"
|
CFLAGS="$CFLAGS $CCOMMONFLAGS"
|
||||||
|
|||||||
Reference in New Issue
Block a user