Create symbols also on Linux platform

This commit is contained in:
Roland Winklmeier
2018-01-17 13:10:46 +01:00
parent 42e5b06926
commit fe8c0026e0
3 changed files with 6 additions and 7 deletions

View File

@@ -349,9 +349,6 @@ class LinuxBuilder(Builder):
def _get_qt_component(self):
return 'gcc'
def _should_create_symbols(self):
return False
def __init__(self, config_file, word_size):
Builder.__init__(self, config_file, word_size)