summaryrefslogtreecommitdiff
blob: 77e9ab25b4a88b8be597f157fb3562d464d8944b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- configure.py	2007-06-01 20:10:16.000000000 +0300
+++ configure.py	2007-12-04 11:51:56.000000000 +0200
@@ -254,7 +254,8 @@
             installs=installs,
             static=opt_static,
             debug=opt_debug,
-            universal=pyqt.universal
+            universal=pyqt.universal,
+            strip=0
         )
     else:
         makefile = Makefile(
@@ -263,7 +264,8 @@
             install_dir=opt_qscimoddir,
             installs=installs,
             static=opt_static,
-            debug=opt_debug
+            debug=opt_debug,
+            strip=0
         )

     makefile.extra_include_dirs.append(opt_qsciincdir)