Commit 77562212 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Fix debug builds and the single header include.

parent 5c1998c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2011,6 +2011,7 @@
					"EFIT_FILE=\\\"/Users/m4c/Projects/graph_framework/graph_tests/efit.nc\\\"",
					"VMEC_FILE=\\\"/Users/m4c/Projects/graph_framework/graph_tests/vmec.nc\\\"",
					USE_METAL,
					"USE_VERBOSE=false",
					"\"CXX_ARGS=\\\"-I/Users/m4c/Projects/graph_framework/graph_framework -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1 -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -fgnuc-version=4.2.1 -std=gnu++2a\\\"\"",
					"$(inherited)",
				);
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@

#include "newton.hpp"
#include "output.hpp"
#include "dispersion.hpp"

/// Namespace for power absorption models.
namespace absorption {
+1 −2
Original line number Diff line number Diff line
@@ -43,8 +43,7 @@
///  @brief This just exposes the functions so the debugger links.
//------------------------------------------------------------------------------
LLVM_ATTRIBUTE_USED void linkComponents() {
    llvm::errs() << (void *)&llvm_orc_registerJITLoaderGDBWrapper
                 << (void *)&llvm_orc_registerJITLoaderGDBAllocAction;
    llvm::errs() << (void *)&llvm_orc_registerJITLoaderGDBAllocAction;
}
#endif