2
0
Эх сурвалжийг харах

Enabled debug symbols for x11 when using platform=release_debug and debug_release=yes together

koalefant 9 жил өмнө
parent
commit
bd396c5cfa

+ 2 - 0
platform/x11/detect.py

@@ -118,6 +118,8 @@ def configure(env):
 	elif (env["target"]=="release_debug"):
 
 		env.Append(CCFLAGS=['-O2','-ffast-math','-DDEBUG_ENABLED'])
+		if (env["debug_release"]=="yes"):
+			env.Append(CCFLAGS=['-g2'])
 
 	elif (env["target"]=="debug"):