Skip to content

Commit

Permalink
Fixed asagiconv build
Browse files Browse the repository at this point in the history
  • Loading branch information
uphoffc committed Aug 2, 2018
1 parent 2145b93 commit 7bf8c25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preprocessing/science/asagiconv/SConstruct
Expand Up @@ -166,7 +166,8 @@ else:
#env.Append(LINKFLAGS= ['-fopenmp'])

# compiler flags for generated kernels
env.Append(CXXFLAGS = ['-Wall', '-ansi', '-std=c++0x'])
env.Append(CXXFLAGS = ['-Wall', '-ansi', '-std=c++11'])
env.Append(CPPDEFINES = ['GLM_FORCE_CXX98'])
if env['compileMode'] == 'debug':
env.Append(CXXFLAGS=['-O0','-g'])
elif env['compileMode'] == 'release':
Expand Down
1 change: 1 addition & 0 deletions preprocessing/science/asagiconv/site_scons/utils

0 comments on commit 7bf8c25

Please sign in to comment.