Mercurial > emacs
comparison configure.in @ 27907:9451c43d69bd
(C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 29 Feb 2000 09:57:09 +0000 |
parents | f65414917679 |
children | ed606bdaf5b4 |
comparison
equal
deleted
inserted
replaced
27906:d2e57e7498a9 | 27907:9451c43d69bd |
---|---|
1371 #ifndef C_DEBUG_SWITCH | 1371 #ifndef C_DEBUG_SWITCH |
1372 #define C_DEBUG_SWITCH -g | 1372 #define C_DEBUG_SWITCH -g |
1373 #endif | 1373 #endif |
1374 | 1374 |
1375 #ifndef C_OPTIMIZE_SWITCH | 1375 #ifndef C_OPTIMIZE_SWITCH |
1376 #ifdef __GNUC__ | |
1377 #define C_OPTIMIZE_SWITCH -O2 | |
1378 #else | |
1376 #define C_OPTIMIZE_SWITCH -O | 1379 #define C_OPTIMIZE_SWITCH -O |
1380 #endif | |
1377 #endif | 1381 #endif |
1378 | 1382 |
1379 #ifndef LD_SWITCH_MACHINE | 1383 #ifndef LD_SWITCH_MACHINE |
1380 #define LD_SWITCH_MACHINE | 1384 #define LD_SWITCH_MACHINE |
1381 #endif | 1385 #endif |