From 5070b2edc621b372a9946d32601e7b414fd2fa37 Mon Sep 17 00:00:00 2001
From: arghdos <arghdos@gmail.com>
Date: Fri, 1 Sep 2017 10:00:28 -0400
Subject: [PATCH] remove debug symbols

---
 loopy/target/c/c_execution.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loopy/target/c/c_execution.py b/loopy/target/c/c_execution.py
index 2177d112d..ab0beb895 100644
--- a/loopy/target/c/c_execution.py
+++ b/loopy/target/c/c_execution.py
@@ -196,7 +196,7 @@ class CCompiler(object):
     """
 
     def __init__(self, toolchain=None,
-                 cc='gcc', cflags='-std=c99 -g -O3 -fPIC'.split(),
+                 cc='gcc', cflags='-std=c99 -O3 -fPIC'.split(),
                  ldflags='-shared'.split(), libraries=[],
                  include_dirs=[], library_dirs=[], defines=[],
                  source_suffix='c'):
-- 
GitLab