Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
73be73e742
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dtool/Config.pp

+ 2 - 1
dtool/Config.pp

@@ -385,7 +385,8 @@
 // In general, it is safe to define these to be the same.  However,
 // In general, it is safe to define these to be the same.  However,
 // don't define these to be '.', or you will be very sad the next time
 // don't define these to be '.', or you will be very sad the next time
 // you run 'make clean'.
 // you run 'make clean'.
-#defer ODIR Opt$[OPTIMIZE]-$[PLATFORM]$[USE_COMPILER]
+//#defer ODIR Opt$[OPTIMIZE]-$[PLATFORM]$[USE_COMPILER]
+#defer ODIR Opt$[OPTIMIZE]-$[PLATFORM]
 #defer ODIR_SHARED $[ODIR]
 #defer ODIR_SHARED $[ODIR]
 #defer ODIR_STATIC $[ODIR]
 #defer ODIR_STATIC $[ODIR]