From f55822d57423d1b19b3bed5c862bd2a00cb1a6b9 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 30 Oct 2022 17:39:37 +0800 Subject: [PATCH] Remove GCC flags --- AMBuilder | 2 -- 1 file changed, 2 deletions(-) diff --git a/AMBuilder b/AMBuilder index bcdc982..18f15eb 100644 --- a/AMBuilder +++ b/AMBuilder @@ -32,8 +32,6 @@ for sdk_name in Extension.sdks: binary.compiler.postlink += [ 'legacy_stdio_definitions.lib' ] elif sys.platform == 'linux' or sys.platform == 'linux2': binary.compiler.cxxflags += [ '-std=c++14' ] - binary.compiler.cxxflags += [ '-Wno-class-memaccess' ] - binary.compiler.cxxflags += [ '-Wno-class-varargs' ] binary.compiler.cxxflags += [ '-include', 'mathlib/mathlib.h' ] Extension.extensions = builder.Add(project)