Sha256: 09bd998a95a3a158d59b0f73cb00b4780b8b8dcb85485f8f3d67d1f966db362a
Contents?: true
Size: 349 Bytes
Versions: 79
Compression:
Stored size: 349 Bytes
Contents
/* Copyright (c) 2010 Google Inc. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <stdio.h> int main(int argc, char *argv[]) { #ifdef __OPTIMIZE__ printf("Using an optimization flag\n"); #else printf("Using no optimization flag\n"); #endif return 0; }
Version data entries
79 entries across 40 versions & 6 rubygems