Since I intend to move to C++... let's get that started right now.

This commit is contained in:
2024-04-24 09:58:35 -04:00
parent 41d31a4870
commit 32a1344643
+2 -1
View File
@@ -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"