search for: enable_optimz

Displaying 1 result from an estimated 1 matches for "enable_optimz".

Did you mean: enable_option
2004 Dec 23
0
[LLVMdev] small patch for llvm configure.ac
...above is used. > > However, until those changes are made, I can't commit this because it > > will break the LLVM makefile system. > > Please note that this expands to "ENABLE_OPTIMIZED=ENABLE_OPTIMIZED=1". > Is this eval'ed somewhere ? We use it like this: @ENABLE_OPTIMZED@ in a makefile so it expands to a line of: ENABLE_OPTIMIZED=1 Weird, I know, but it works. The point is, we don't want the makefile variable even defined if it has no value so this strategy works. > Again, this expands to "JIT=TARGET_HAS_JIT=1", and I've grepped over >...