diff options
| author | Rémi Verschelde | 2017-03-25 08:36:00 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-26 21:58:37 +0200 |
| commit | d8f32637be9f9eae9fddfe4d664e369cbf3b65c3 (patch) | |
| tree | d467f8bab2c09af03c16ec28de02974f868e7079 /platform/x11/detect.py | |
| parent | a0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff) | |
| download | godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.gz godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.zst godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.zip | |
Diffstat (limited to 'platform/x11/detect.py')
| -rw-r--r-- | platform/x11/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index 89cf63911..34306c8d0 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -133,7 +133,7 @@ def configure(env): elif (env["target"] == "debug"): - env.Prepend(CCFLAGS=['-g2', '-Wall', '-DDEBUG_ENABLED', '-DDEBUG_MEMORY_ENABLED']) + env.Prepend(CCFLAGS=['-g2', '-DDEBUG_ENABLED', '-DDEBUG_MEMORY_ENABLED']) env.ParseConfig('pkg-config x11 --cflags --libs') env.ParseConfig('pkg-config xinerama --cflags --libs') @@ -227,7 +227,7 @@ def configure(env): env.Append(LIBS=['dl']) # env.Append(CPPFLAGS=['-DMPC_FIXED_POINT']) -# host compiler is default.. + # host compiler is default.. if (is64 and env["bits"] == "32"): env.Append(CPPFLAGS=['-m32']) |
