mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
8 lines
97 B
C
8 lines
97 B
C
#ifndef __OPTIMIZE__
|
|
# error "Optimizations not enabled!"
|
|
#endif
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|