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/osx/detect.py | |
| parent | a0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff) | |
| download | godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.gz godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.tar.zst godot-d8f32637be9f9eae9fddfe4d664e369cbf3b65c3.zip | |
Diffstat (limited to 'platform/osx/detect.py')
| -rw-r--r-- | platform/osx/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index b59dfe1af..39ee33ae8 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -51,7 +51,7 @@ def configure(env): elif (env["target"] == "debug"): - env.Append(CCFLAGS=['-g3', '-Wall', '-DDEBUG_ENABLED', '-DDEBUG_MEMORY_ENABLED']) + env.Append(CCFLAGS=['-g3', '-DDEBUG_ENABLED', '-DDEBUG_MEMORY_ENABLED']) if (not os.environ.has_key("OSXCROSS_ROOT")): # regular native build |
