summaryrefslogtreecommitdiffstats
path: root/tools/ios.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ios.py')
-rw-r--r--tools/ios.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/ios.py b/tools/ios.py
index 71ac5b5..11d606b 100644
--- a/tools/ios.py
+++ b/tools/ios.py
@@ -79,8 +79,3 @@ def generate(env):
env.Append(CCFLAGS=["-isysroot", env["IOS_SDK_PATH"]])
env.Append(LINKFLAGS=["-isysroot", env["IOS_SDK_PATH"], "-F" + env["IOS_SDK_PATH"]])
-
- if env["target"] == "debug":
- env.Append(CCFLAGS=["-Og", "-g"])
- elif env["target"] == "release":
- env.Append(CCFLAGS=["-O3"])