diff options
Diffstat (limited to 'tools/macos.py')
-rw-r--r-- | tools/macos.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/macos.py b/tools/macos.py index 57e9d7f..2e4bfc6 100644 --- a/tools/macos.py +++ b/tools/macos.py @@ -48,8 +48,3 @@ def generate(env): "-Wl,-undefined,dynamic_lookup", ] ) - - if env["target"] == "debug": - env.Append(CCFLAGS=["-Og", "-g"]) - elif env["target"] == "release": - env.Append(CCFLAGS=["-O3"]) |