Skip to content

Commit

Permalink
Update AMBuildScript
Browse files Browse the repository at this point in the history
  • Loading branch information
accelerator74 authored Dec 1, 2023
1 parent 6f1d934 commit 9f0d5f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,13 @@ class ExtensionConfig(object):
'-fvisibility=hidden',
]
cxx.cxxflags += [
'-std=c++14',
'-std=c++17',
#'-fno-exceptions',
'-fno-threadsafe-statics',
'-Wno-non-virtual-dtor',
'-Wno-overloaded-virtual',
'-Wno-uninitialized',
'-Wno-register',
'-fvisibility-inlines-hidden',
]
cxx.linkflags += ['-m32']
Expand Down Expand Up @@ -225,6 +226,7 @@ class ExtensionConfig(object):
'/EHsc',
'/GR-',
'/TP',
'/std:c++17',
]
cxx.linkflags += [
'/MACHINE:X86',
Expand Down

0 comments on commit 9f0d5f9

Please sign in to comment.